@bondvet/node-module-helper
v1.4.0
Published
Some helper scripts and dev-dependencies for publishing a node module to NPM
Downloads
59
Keywords
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-helper
move your sources to
src/
folderrun
yarn build:watch
while developing.when finished, run
yarn publish
.