yeoman-helpers
v1.0.17
Published
Small helpers to make Yeoman coding more fun.
Downloads
6
Readme
yeoman-helpers
Simple functions to ease the development of yeoman generators.
Documentation
The documentation can be generated with esdoc, to achieve this run the following commands in the project root directory:
~ esdoc -c esdoc.json
~ google-chrome-stable doc/index.html
The unit tests can give you the idea how to use this libary.
Milestones
- [ ] Use typescript instead of plainjs