bjtj / nodejs-hello

nodejs hello module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodejs-hello

nodejs hello module

Reference -- How to Create and Publish Your First Node.js Module

https://codeburst.io/how-to-create-and-publish-your-first-node-js-module-444e7585b738

$ 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

About

nodejs hello module

License:MIT License


Languages

Language:JavaScript 100.0%