js-library-starter-kit
v1.1.1
Published
JavaScript Open Source Library Starter Kit
Downloads
3
Readme
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](Egghead.io series) about this.