https://github.com/jimbuck/generator-jb-module
A simple yeoman generator for creating reusable node modules like a pro.
https://github.com/jimbuck/generator-jb-module
node-module nodejs typescript yeoman yeoman-generator
Last synced: about 1 month ago
JSON representation
A simple yeoman generator for creating reusable node modules like a pro.
- Host: GitHub
- URL: https://github.com/jimbuck/generator-jb-module
- Owner: jimbuck
- License: mit
- Created: 2016-05-30T16:20:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T14:56:36.000Z (over 8 years ago)
- Last Synced: 2026-02-19T02:42:05.660Z (4 months ago)
- Topics: node-module, nodejs, typescript, yeoman, yeoman-generator
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/generator-jb-module
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 help` to 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
0. Fork it
1. `npm i`
2. `npm link` to "install" the generator locally.
3. Make changes and **test it in another directory**.
4. Send pull request! :sunglasses:
## License:
MIT