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

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

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

```
```

[![Travis Build Status](https://img.shields.io/travis/parro-it/plus/master.svg)](http://travis-ci.org/parro-it/plus)
[![Code Climate](https://img.shields.io/codeclimate/github/parro-it/plus.svg)](https://codeclimate.com/github/parro-it/plus)
[![Coverage Status](https://coveralls.io/repos/github/parro-it/plus/badge.svg?branch=master)](https://coveralls.io/github/parro-it/plus?branch=master)
[![NPM downloads](https://img.shields.io/npm/dt/plus.svg)](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