@greyireland/npm-helloworld
v1.0.1
Published
print helloworld
Downloads
1
Readme
Print helloworld
just print helloworld
Usage
var Print = require('helloworld');
Print();
publish npm package
// set scope
npm init --scope=@greyireland -y
npm login
// set access=public
npm publish --access public