pbro-npm-helloworld
v1.0.3
Published
this is hello world
Downloads
2
Readme
This is my first NPM-Package
The Steps:
login to npm
npm adduser
initialize package
npm init
add some code
publish to npm
npm publish
To Update your package
increase the npm package version
npm version *.*.*
publish again
npm publish