rics-cli
v0.3.10
Published
Command-line interface for rics CSS preprocessor
Maintainers
Readme
Command-line interface for the rics CSS preprocessor.
Installation
npm install -g rics-cliUsage
# Compile to stdout
rics styles.rics
# Compile to file
rics styles.rics -o styles.css
# Watch mode
rics styles.rics -o styles.css --watch
# Minify output
rics styles.rics -o styles.css --minify
# Multiple files
rics src/**/*.rics -o dist/Options
| Option | Alias | Description |
|--------|-------|-------------|
| --output | -o | Output file or directory |
| --watch | -w | Watch for changes and recompile |
| --minify | -m | Minify output |
| --quiet | -q | Suppress non-error output |
| --help | -h | Show help |
| --version | -v | Show version |
Examples
Single file
rics input.rics -o output.cssWatch mode
rics styles.rics -o styles.css --watchMinified production build
rics styles.rics -o styles.min.css --minifyLicense
MIT
Built by Better Lyrics
