starwars-names-timiscoding
v1.2.2
Published
Get random Star wars names
Downloads
2
Readme
starwars-names-timiscoding
This is a toy npm module that shows star wars names. It was built for the purpose of learning how to:
- use git tags
- publish releases on npm and github
- automate versioning with semantic-release with commitizen and cz-conventional-changelog
- automate builds with TravisCI
- use ghooks to ensure tests pass and code coverage thresholds before committing to the repo
- test code using mocha/chai
- check code coverage using istanbul
- report code coverage using codecov.io
- add ES6 support to mocha, nyc
- limit branch builds in Travis
- add UMD with webpack to make module browser consumable
Code comes from the How to Write an Open Source Javascript Library course on Egghead