2.0.0 • Published 5 years ago

@tasoskakour/boiler-js v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

boiler-js

🥗 A boiler-js structure that helps with building and publishing npm modules.

Development :computer:

$ git clone git@github.com:tasoskakour/boiler-js.git
$ cd boiler-js
$ yarn install

Install :hammer:

$ yarn install your-module-name

Usage

// Placeholder - Write your own quick example

Testing :bomb:

$ yarn test     # add -- --watch to monitor for changes

Deploy :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-tags

License

MIT © Tasos Kakouris