Pure CSS Styleguide Generator
Command line interface of postcss-style-guide
$ npm install -g psg$ psg --helpUsage: psg css-file [options]
Options:
-V, --versions Output the version number
-h, --help Output usage information
-t, --theme Theme name
-n, --name Project name
-f, --file Style guide file name (default: styleguide.html)
-d, --dir Output directory (default: docs)
-c, --showCode The flag to show CSS code in styleguide
The MIT License (MIT)
Copyright (c) 2015 Masaaki Morishita