/npm-hello

npm demo

Primary LanguageJavaScript

npm-hello

npm demo for publish

install

npm install -g npm-hello

github

https://github.com/jinghewang/npm-hello

usage

const tools = require('../index');

tools.hello('hello boy');
tools.say('hello', 'world', '!');

参考

publish step

  1. npm login
  2. npm publish