Skip to content

Latest commit

 

History

History
executable file
·
55 lines (37 loc) · 2.1 KB

README.md

File metadata and controls

executable file
·
55 lines (37 loc) · 2.1 KB

travis build codecov coverage version downloads MIT License semantic-release

JS Open Source Starter Kit


JS Starter Kit Instructions

  1. Clone down repo git clone REPO_LINK
  2. Global Find/Replace in project folder LIBRARY_NAME with your lib name
  3. Watch this video tutorial on setting up semver releases and this video tutorial on writing conventional commits with commitizenn
  4. 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
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.