README
nodejs-hello
nodejs hello module
Reference -- How to Create and Publish Your First Node.js Module
npm set init.author.name "TJ"
npm set init.author.email "bjtj10@gmail.com"
npm set init.autor.url "https://github.com/bjtj/nodejs-hello"
npm login
npm publish
Usage
$ yarn
$ yarn test
Updating an existing package README file
https://docs.npmjs.com/about-package-readme-files#updating-an-existing-package-readme-file
$ npm version patch
$ npm publish