0.1.0 • Published 2 years ago

@sardine/srdn v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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