1.0.0 • Published 7 years ago

brename v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

brename

A cmd-line tool for batch renaming files.

Installation

  $ npm i brename -g

Usage

  $ brn 'RegEx' [ignoreOption]

Options

  -h, --help     output usage information
  -V, --version  output the version number
  -i, --ignore   ignore case mode

Tips

  • You need entry the directory of files you wanna rename.
  • Make sure you've wrote a correct RegEx.
  • And don't forget add quotes to the RegEx.
  • Just try :D

License

MIT