1.0.1 • Published 6 years ago

@ruokailai/ruokai-first-node-module v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

examples

## create an user account in npm repo
## in your local project, you just need a package.json (file will need at least name and version fields) to create your first node module
npm init --scope=username
## in your account, generate token to be used later
npm set registry https://registry.npmjs.org/
npm set //registry.npmjs.org/:_authToken=<token>
## after we setup the token and repo, we don't need to login to do publish
npm publish --access=public
## get latest version of the remove package 
npm show @ruokailai/ruokai-first-node-module version
## to bump up the version
npm version patch