@greyireland/npm-helloworld

print helloworld


Keywords
helloworld
License
MIT
Install
npm install @greyireland/npm-helloworld@1.0.1

Documentation

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