0.1.4 • Published 4 years ago
a-npm-demo v0.1.4
A DEMO for NPM
Usage
First, install it from NPM
npm install a-npm-demo
Second, import & code
let sayhello=require('a-npm-demo');
sayhello.hello('tourcoder');
Done.
Tips
This is only a demo. How to make, publish and update a package on npmjs.org, you can read my blog, https://tourcoder.com/publish-and-update-package-on-npmjs/
License
MIT