Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/csstree/cli

CLI for CSSTree
https://github.com/csstree/cli

Last synced: 5 days ago
JSON representation

CLI for CSSTree

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
```