JS Open Source Starter Kit
JS Starter Kit Instructions
- Clone down repo
git clone REPO_LINK
- Global Find/Replace in project folder
LIBRARY_NAME
with your lib name - Watch this video tutorial on setting up semver releases and this video tutorial on writing conventional commits with commitizenn
- Profit
Installation
This package is distributed via npm:
npm install LIBRARY_NAME
Usage
/*Your code examples here */
History
TODO: Write history
License
TODO: Write license
Contributor list
David Wells |
Credits, Inspiration, Alternatives
Big thanks to Kent C. Dodds for his https://egghead.io/lessons/javascript-how-to-write-a-javascript-library-introduction about this.