Wallace CLI
Pretty CSS analytics in your terminal.
Installation
npm install wallace-cli
Usage
Usage
$ wallace <path-to-file>
Options
--json Format as JSON instead of a table
--help, -h Show this help
Examples
$ wallace path/to/styles.css
$ cat style.css | wallace
$ curl http://localhost/css/style.css | wallace
$ wallace path/to/styles.css --json
Example output
Related projects
- Online CSS Analyzer - Watch the analytics from this CLI online in a much more visual and detailed way!
- CSS Diff Action - A GitHub
Action that comments on your PR with the changes in your CSS stats.
- CSS Analyzer - The analyzer that powers this module
- Constyble - A CSS complexity
linter, based on css-analyzer. Don't let your CSS grow beyond the thresholds that you provide.