Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csstree/cli
CLI for CSSTree
https://github.com/csstree/cli
Last synced: 5 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-12T16:06:56.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T08:39:04.515Z (2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
[![NPM version](https://img.shields.io/npm/v/csstree-cli.svg)](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
```