An open API service indexing awesome lists of open source software.

https://github.com/xmuli/npm-exmaple

Hello npmjs, it is my first npm hello package.
https://github.com/xmuli/npm-exmaple

js npm npm-package

Last synced: 11 months ago
JSON representation

Hello npmjs, it is my first npm hello package.

Awesome Lists containing this project

README

          

# npm-exmaple

![](https://img.shields.io/github/license/XMuli/npm-exmaple)

- GitHub: [npm-exmaple](https://github.com/XMuli/npm-exmaple)
- Nodejs: [npm-exmaple](https://www.npmjs.com/package/npm-exmaple)

### Describe

Hello npmjs, it is my first npm hello package.

### Down

```powershell
npm install npm-exmaple
```

### Build & Run

```powershell
# 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

```powershell
# local folder
> npm publish
```