1.0.1 • Published 4 years ago

nodejs-hello-tj v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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