Command-line interface for rics CSS preprocessor
npm install rics-cli
Command-line interface for the rics CSS preprocessor.
``bash`
npm install -g rics-cli
`bashCompile to stdout
rics styles.rics
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
$3
`bash
rics input.rics -o output.css
`$3
`bash
rics styles.rics -o styles.css --watch
`$3
`bash
rics styles.rics -o styles.min.css --minify
``MIT
---
Built by Better Lyrics