0.0.6 • Published 10 years ago

cheatah v0.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

cheatah Build Status

More fast and casual CSS styleguide or cheatsheet generator.

You need not write unless comments to generate stylsguide in your CSS file.

Installation

$ npm install -g cheatah

Example

Show help:

$ 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

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago