wallace-cli
Version:
Pretty CSS analytics on the CLI
46 lines (32 loc) • 1.18 kB
Markdown
<div align="center">
<h1>Wallace CLI</h1>
<p>Pretty CSS analytics in your terminal.</p>
</div>
```sh
npm install wallace-cli
```
```sh
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
```

- [Online CSS Analyzer](https://www.projectwallace.com/analyze-css) - Watch the analytics from this CLI online in a much more visual and detailed way!
- [CSS Analyzer](https://github.com/projectwallace/css-analyzer) - The analyzer that powers this module
- [CSS Code Quality Analyzer](https://github.com/projectwallace/css-code-quality) - A Code Quality analyzer that tells you how maintainable, complex and performant your CSS is
- [Format CSS](https://github.com/projectwallace/format-css) - Fast, small, zero-config library to format CSS using basic rules.