rice-rename
Version:
CLI for scaffolding rename projects. 给当前文件夹下图片文件重命名的
25 lines (18 loc) • 460 B
Markdown
# 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.