# rice-rename

CLI for scaffolding rice-rename projects.
>给当图片文件夹下所有文件重命名

### Installation
Prerequisites: Node.js (>=6.x), npm version 3+

```
$ npm install rice-rename -g
```

### Usage

```
$ rice init                  // in current directory
$ rice init [project name]   // use exists directroy named project name
```
Example:
```
$ rice init img
```

rice-rename will run npm to install dependencies.
