0.0.1 • Published 9 years ago

generator-c v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

generator-c Build Status

A minimal yeoman generator for CSS modules intended to be published to npm.

This generator prompts you for:

  • Name
  • Github username
  • Twitter handle
  • Package name
  • Package description

Installation

npm install -g generator-c

Usage

$ mkdir package-name && cd $_
$ yo c

You will then be prompted for some information that will be used to generate an npm package.

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Crafted with <3 by John Otander (@4lpine).