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

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

Awesome Lists containing this project

README

          

# psg [![Build Status](https://travis-ci.org/morishitter/psg.svg)](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