npm-exmaple
v1.4.3
Published
Hello npmjs, it is my first npm hello package.
Downloads
11
Readme
npm-exmaple
- GitHub: npm-exmaple
- Nodejs: npm-exmaple
Describe
Hello npmjs, it is my first npm hello package.
Down
npm install npm-exmaple
Build & Run
# build, Add the following to your own project myindex.js
const npm_example = require('npm-exmaple')
const temp = npm_example.printf_npm_package_exmaple()
console.log('[call npm-exmaple]', temp)
# Run this npm package
node myindex.js
Show
Upload npmjs.com
# local folder
> npm publish