testpackage-li
v1.0.0
Published
testpackage by chintan
Downloads
2
Readme
testpackage
Steps 1
$ npm init
this will create package.json
Step 2
create index.js file with following content.
exports.printMsg = function() {
console.log("This is a message from the demo package at LogisticInfotech");
};
Step 3
$ npm adduser