Pretty CSS analytics in your terminal.
npm install -g wallace-cli
# or
yarn global add wallace-cli
Usage
$ wallace projectwallace.com
Options
--format, -f Format pretty (default) or JSON
--verbose, -v Show verbose analytics output
Examples
$ wallace https://projectwallace.com
$ wallace 'body { color: red; }'
$ echo 'html { font-size: 16px; }' | wallace
$ wallace 'html {}' --format=json
$ cat style.css | wallace --verbose
$ curl http://localhost/css/style.css | wallace