/npm-exmaple

Hello npmjs, it is my first npm hello package.

Primary LanguageJavaScriptMIT LicenseMIT

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