https://github.com/csstree/cli
CLI for CSSTree
https://github.com/csstree/cli
Last synced: 18 days ago
JSON representation
CLI for CSSTree
- Host: GitHub
- URL: https://github.com/csstree/cli
- Owner: csstree
- License: mit
- Created: 2016-10-18T12:45:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-12T16:06:56.000Z (over 8 years ago)
- Last Synced: 2025-06-17T22:34:12.972Z (22 days ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/csstree-cli)
# CSSTree CLI
## How to use:
```bash
> npm i -g csstree-cli
> csstree /path/to/style.css
> echo ".hello { world: 123 }" | csstree
``````
> csstree -h
Usage:csstree [filename] [options]
Options:
-c, --compact Compact output
-h, --help Output usage information
-v, --version Output version
```