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
- Host: GitHub
- URL: https://github.com/vovanr/base
- Owner: VovanR
- License: mit
- Created: 2018-01-11T16:57:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T08:22:32.000Z (about 5 years ago)
- Last Synced: 2025-03-22T01:26:22.752Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# name-name-name

[![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]

## 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