https://github.com/matype/cheatah
More fast and casual CSS styleguide or cheatsheat generator
https://github.com/matype/cheatah
Last synced: 12 months ago
JSON representation
More fast and casual CSS styleguide or cheatsheat generator
- Host: GitHub
- URL: https://github.com/matype/cheatah
- Owner: matype
- License: other
- Created: 2014-05-31T11:26:09.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-07T17:00:21.000Z (about 12 years ago)
- Last Synced: 2025-07-12T01:13:57.448Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 294 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.markdown
- License: LICENSE
Awesome Lists containing this project
README
# cheatah [](https://travis-ci.org/morishitter/cheatah)
More fast and casual CSS styleguide or cheatsheet generator.
You need not write unless comments to generate stylsguide in your CSS file.
## Installation
```shell
$ npm install -g cheatah
```
## Example
Show help:
```shell
$ cheatah --help
```
```
Usage: cheatah [options]
Options:
-f, --file your css file to generate styleguide [required]
-t, --template import your template file (.ejs) path
-s, --style import your stylesheet path
-V, --versions output the version number
-h, --help output usage information
```
Generate styleguide:
```
$ cheatah -f your-css-file.css
```
Generated `cheatah.html`, and open this file:
```
$ open cheatah.html
```
## License
The MIT License (MIT)
Copyright (c) 2014 Masaaki Morishita