0.0.1 • Published 10 years ago
generator-c v0.0.1
generator-c
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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Crafted with <3 by John Otander (@4lpine).
0.0.1
10 years ago