# Ruban

[![NPM version](https://img.shields.io/npm/v/ruban.svg?style=flat)](https://npmjs.org/package/ruban)
[![NPM downloads](http://img.shields.io/npm/dm/ruban.svg?style=flat)](https://npmjs.org/package/ruban)
[![Dependencies](https://david-dm.org/sorrycc/ruban/status.svg)](https://david-dm.org/sorrycc/ruban)

Ruban is a personal tool pack for creating repos.

## Usage

```bash
# Create a new repo
$ ruban new [repo]

# Compile src to lib
$ ruban build
$ ruban build -w
$ ruban build --watch

# Test with mocha, report and coveralls
$ ruban test
$ ruban debug
$ ruban coveralls

# Lint with eslint and eslint-config-airbnb
$ ruban lint
$ ruban lint-staged

# Publish
$ ruban pub
$ ruban pub --beta
```

## Why is it called Ruban

<img src="https://gw.alipayobjects.com/zos/rmsportal/xuuzthpCbUFrDKGTzIwC.png" width="200" height="200" />

Ruban is [a famous man in the history of China](https://baike.baidu.com/item/%E9%B2%81%E7%8F%AD/346165) who is good at making tools.

## LICENSE

MIT
