ommsraban

1.0.3 • Public • Published

========================= #Generate and Use NPM Module


#Generate Package(index.js)

$npm init

$npm link - for local usages ($npm unlink)

$npm login

$npm publish - publishing to repository


#Test Cases

"scripts": { "test": "node index.test.js", "prepublish": "npm test" },

// $command npm run test // $command npm run prepublish

#Usage Package(app.js)

$npm init

$npm link ommsraban - using local file ( $npm unlink ommsraban )

$node app.js

--If moudle is published

$npm install ommsraban / ($npm install ommsraban --save)

$node app.js

$npm outdate

$npm update

$node app.js


LEARN - googling

npm scripts

npmjs.com/package/mead-module

Package Sidebar

Install

npm i ommsraban

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

3.74 kB

Total Files

5

Last publish

Collaborators

  • sraban