ommsraban
v1.0.3
Published
Testing first package. Please ignore it
Downloads
13
Maintainers
Readme
========================= #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
