https://github.com/matype/psg
Command line interface of postcss-style-guide
https://github.com/matype/psg
Last synced: 9 months ago
JSON representation
Command line interface of postcss-style-guide
- Host: GitHub
- URL: https://github.com/matype/psg
- Owner: matype
- License: other
- Created: 2015-07-10T11:58:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-22T02:08:45.000Z (almost 11 years ago)
- Last Synced: 2024-12-28T02:44:47.994Z (over 1 year ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# psg [](https://travis-ci.org/morishitter/psg)
> Pure CSS Styleguide Generator
Command line interface of [postcss-style-guide](https://github.com/morishitter/postcss-style-guide)
## Install
```shell
$ npm install -g psg
```
## Usage
```shell
$ psg --help
```
```
Usage: 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
```
## License
The MIT License (MIT)
Copyright (c) 2015 Masaaki Morishita