js-library-starter-kit
v1.1.1
Published
JavaScript Open Source Library Starter Kit
Readme
JS Open Source Starter Kit
JS Starter Kit Instructions
- Clone down repo
git clone REPO_LINK - Global Find/Replace in project folder
LIBRARY_NAMEwith 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_NAMEUsage
/*
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](Egghead.io series) about this.
