helloworld-node
v1.0.7
Published
a simple nodejs module
Downloads
46
Readme
Homework01
Write a npm module, and publish it to www.npmjs.orgInstall
1)npm init
2)npm install helloworld-node --saveHow to use
1)test.js:
require("helloworld-node")
2)node test.js