renamer-cli-tool
v1.0.1
Published
Tool to replace file name, variable in file to another name
Readme
Tool to replace file name, variable in file to another name
npm install -g renamer-cli-tool renamer -s '<source>' -t '<target>' [-ignore <ignore>] [--verbose]
// <source>: replaced name, if multiple words: separate by space.
// <target>: replacing name, if multiple words: separate by space.
// tool auto replace camel case, pascal case, snake case, kebab case, plural.
// <ignore>: list folder or file name that not replace (separate by ','), default & always include: .git, node_modules.
// [--verbose]: log folder and file replace.
