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
- Host: GitHub
- URL: https://github.com/z41z/sp-npm-init
- Owner: z41z
- License: mit
- Created: 2018-12-17T02:56:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T06:48:57.000Z (over 7 years ago)
- Last Synced: 2025-02-02T06:47:54.352Z (over 1 year ago)
- Topics: node, npm, npm-publish
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```