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
npm install -g generator-c
$ mkdir package-name && cd $_
$ yo c
You will then be prompted for some information that will be used to generate an npm package.
MIT
- 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).