README
npm-module-helper
Some helper scripts and dev-dependencies for publishing a node module to NPM
Usage
install as dev dependency
yarn add --dev @bondvet/node-module-helpermove your sources to
src/folderrun
yarn build:watchwhile developing.when finished, run
yarn publish.