5 releases
Uses new Rust 2024
new 0.0.5 | Apr 28, 2025 |
---|---|
0.0.4 | Apr 28, 2025 |
0.0.3 | Apr 24, 2025 |
0.0.2 | Apr 24, 2025 |
0.0.1 | Apr 19, 2025 |
#117 in WebAssembly
509 downloads per month
24KB
280 lines
🧩 OpenSASS
🐧 Linux (Recommended) |
🪟 Windows |
---|---|
cargo install opensass |
cargo install opensass |
Download Executable File | Download .exe File |
os -h |
os -h |
🧩 OpenSASS: A CLI tool for downloading reusable OpenSASS components from crates.io and integrating them into your WASM frontend projects.
📖 Table of Contents
🚀 Installation
To install the CLI:
cargo install opensass
Or build from source:
git clone https://github.com/opensass/cli.git
cd cli
cargo build --release
✨ Features
- 🧩 Add OpenSASS component-based crates with a single command.
- ⚙ Automatically updates
Cargo.toml
with proper features. - 🔁 Copies only the
src/
files related to the specified feature.
💡 Usage
Yew Usage
os add i18nrs yew
This will:
- Download the
i18nrs
crate. - Extract files only related to the
yew
feature. - Copy
src/
files into your project under a new directorycrate_name
, in this casei18nrs
. - Update your
Cargo.toml
dependencies andlib.rs
file.
Dioxus Usage
os add i18nrs dio
Leptos Usage
os add i18nrs lep
🧃 Components
Open SASS offers the following components:
And much more coming over time...
⚡ Benchmark
❯ time npx shadcn@latest add accordion
5.93s user 2.22s system 93% cpu
❯ time os add accordion-rs yew
0.17s user 0.02s system 6% cpu
Open SASS CLI is ~50× faster and uses ~15× less CPU than shadcn
. More optimizations on the way 🚀.
🤝 Contributions
Contributions are welcome! Whether it's bug fixes, feature requests, or examples, we would love your help to make Open SASS better.
- Fork the repository.
- Create a new branch for your feature/bugfix.
- Submit a pull request for review.
📜 License
Open SASS is licensed under the MIT License. You are free to use, modify, and distribute this library in your projects.
Dependencies
~17–32MB
~493K SLoC