@sardine/srdn-cli
v0.0.2
Published
Sardine's favourite build tool for the web
Downloads
1
Readme
srdn
The Sardine CLI
Run locally
cargo run -- --option [command]
Builds all files in tests/src
and outputs them in tests/dist
cargo run -- build -s tests/src -d tests/dist
Builds one file and outputs it in tests/dist/a/a.css
cargo run -- build -f ./tests/src/a/a.module.css -o tests/dist/a/a.css