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

https://github.com/vovanr/base

My new project template repo
https://github.com/vovanr/base

Last synced: 3 months ago
JSON representation

My new project template repo

Awesome Lists containing this project

README

          

# name-name-name

name-name-name logo

[![Commitizen friendly][commitizen-image]][commitizen-url]
[![XO code style][codestyle-image]][codestyle-url]

[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Coveralls Status][coveralls-image]][coveralls-url]
[![Dependency Status][depstat-image]][depstat-url]
[![DevDependency Status][depstat-dev-image]][depstat-dev-url]

> %DESCRIPTION%

Demo: [vovanr.github.io/name-name-name][demo]

![](preview.png)

## Install

```shell
npm install --save name-name-name
```

## Usage
See: [example](example/app.jsx)

```js
var foo = require('name-name-name');

foo()
//=> Foo
```

## API

### foo(bar, [options])

#### bar

Type: `string`

Bar to foo

#### options

Type: `Object`

##### baz

Type: `string`

Default: `-`

## License
MIT © [Vladimir Rodkin](https://github.com/VovanR)

[demo]: https://vovanr.github.io/name-name-name

[commitizen-url]: https://commitizen.github.io/cz-cli/
[commitizen-image]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square

[codestyle-url]: https://github.com/xojs/xo
[codestyle-image]: https://img.shields.io/badge/code_style-XO-5ed9c7.svg?style=flat-square

[npm-url]: https://npmjs.org/package/name-name-name
[npm-image]: https://img.shields.io/npm/v/name-name-name.svg?style=flat-square

[travis-url]: https://travis-ci.org/VovanR/name-name-name
[travis-image]: https://img.shields.io/travis/VovanR/name-name-name.svg?style=flat-square

[coveralls-url]: https://coveralls.io/r/VovanR/name-name-name
[coveralls-image]: https://img.shields.io/coveralls/VovanR/name-name-name.svg?style=flat-square

[depstat-url]: https://david-dm.org/VovanR/name-name-name
[depstat-image]: https://david-dm.org/VovanR/name-name-name.svg?style=flat-square

[depstat-dev-url]: https://david-dm.org/VovanR/name-name-name
[depstat-dev-image]: https://david-dm.org/VovanR/name-name-name/dev-status.svg?style=flat-square