Commandline scripts

Version display

Show version and exit.

Usage

styleguide version

Manifest parser

Parse a CSS manifest to validate it and possibly dump it to JSON.

‘SOURCE’ argument have to be an existing filepath to a CSS manifest.

Usage

styleguide parse SOURCE --destination DESTINATION

Optional --destination is a file path destination where to write serialized JSON manifest. If not given serialized JSON will be outputed to standard output.