generator-jb-module
v0.4.0
Published
A super easy to use generator for rapidly making high quality node modules with Typescript and AVA.
Maintainers
Readme
generator-jb-module
An simple yeoman generator for building NodeJS libraries and console apps with TypeScript.
Features:
- Easily build, test, and publish to NPM via predefined gulp tasks.
- Tests written with AVA, but can be swapped out with your framework of choice.
- Use TypeScript for type safety, improved intellisense, and ES7+ language features.
Tips
- Once installed, run
gulp helpto see the available commands. - Currently all of the settings default to my usual choices. Make an issue/PR to change them and we can make it happen!
Contribute
- Fork it
npm inpm linkto "install" the generator locally.- Make changes and test it in another directory.
- Send pull request! :sunglasses:
License:
MIT
