1.0.0 • Published 8 years ago
peril-js v1.0.0
Javascript Library Boilerplate
This is a boilerplate for creating javascript library that requires npm publishing, code coverage, automated testing, and version control.
Install
Modify package.json and webpack.config.babel.js to fit your needs.
npm installCreate accounts in npmjs.com, travis-ci.org, and codecov.io, link to your GitHub account associated with the library.
semantic-release-cli setupBuilding and Publishing to npm
After implementing your library,
git add -A
npm run commitReference
https://egghead.io/lessons/javascript-introduction-to-how-to-write-an-open-source-javascript-library
1.0.0
8 years ago