@tasoskakour/boiler-js

2.0.0 • Public • Published

boiler-js

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

Development 💻

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

Install 🔨

$ yarn install your-module-name

Usage

// Placeholder - Write your own quick example

Testing 💣

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

Deploy 🚢

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)

🚨 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

Dependencies (0)

    Dev Dependencies (6)

    Package Sidebar

    Install

    npm i @tasoskakour/boiler-js

    Weekly Downloads

    1

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    3.96 kB

    Total Files

    10

    Last publish

    Collaborators

    • tasoskakour