@tasoskakour/boiler-js
v2.0.0
Published
A boiler-js structure that helps with building and publishing npm modules.
Downloads
8
Readme
boiler-js
🥗 A boiler-js structure that helps with building and publishing npm modules.
Development :computer:
$ git clone [email protected]:tasoskakour/boiler-js.git
$ cd boiler-js
$ yarn installInstall :hammer:
$ yarn install your-module-nameUsage
// Placeholder - Write your own quick exampleTesting :bomb:
$ yarn test # add -- --watch to monitor for changesDeploy :ship:
This app will automatically get published under your-module-name on npm (when new code is on master and a new tag exists with vX.X.X format)
:rotating_light: Check the config.yml for more
Here is an example:
git checkout master
# Will generate a tag as well
npm version patch #or major, minor, patch
git push --follow-tagsLicense
MIT © Tasos Kakouris
