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

https://github.com/z41z/sp-npm-init

npm init
https://github.com/z41z/sp-npm-init

node npm npm-publish

Last synced: 3 months ago
JSON representation

npm init

Awesome Lists containing this project

README

          

# sp-npm-init

npm init

## Install

``` node
npm i xxx //or yarn add xxx
```

## Build

``` node
npm run build
```

## CDN

``` js


```

### Usage

``` js
const {
xxx
} = require("xxx")
```

* xx(obj = {})
* {Object} xx
* {Number} xx
* {Boolean} xx = false

``` js
xx();
// return 'xx'
```