https://github.com/parro-it/plus
npm packages scaffolding tool
https://github.com/parro-it/plus
Last synced: 11 months ago
JSON representation
npm packages scaffolding tool
- Host: GitHub
- URL: https://github.com/parro-it/plus
- Owner: parro-it
- License: mit
- Created: 2016-10-13T21:11:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T21:21:46.000Z (over 9 years ago)
- Last Synced: 2024-04-15T00:06:09.867Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# plus
> npm packages scaffolding tool
background details relevant to understanding what this module does
## Usage
description of the example
```js
const plus = require('plus');
console.log({plus});
```
This will output
```
```
[](http://travis-ci.org/parro-it/plus)
[](https://codeclimate.com/github/parro-it/plus)
[](https://coveralls.io/github/parro-it/plus?branch=master)
[](https://npmjs.org/package/plus)
## API
```js
const plus = (): object
```
description of the function signature
## Install
With [npm](https://npmjs.org/) installed, run
```
$ npm install plus
```
## See Also
- [`noffle/common-readme`](https://github.com/noffle/common-readme)
## License
MIT