relabel
v0.3.0
Published
<h1 align="center">🏷 Relabel</h1> <p align="center">Interactive bulk renaming tool</p> <p align="center"> <img src="https://user-images.githubusercontent.com/11733036/110851019-2bc7b100-82b9-11eb-8e7f-43e23b52f568.gif" alt="relabel-example"/> </p> <p a
Downloads
6
Readme
Why
I missed the same search & replace the experience that we have in the IDE for code. Current solutions doesn't provide the proper feedback that you can achieve from the interactive mode
Usage
npx relabelCLI
Usage
> relabel [pattern] [old] [new]
Interactive Mode
> relabel
Modify
> relabel '**/*.spec.js' spec test => dir/file.test.js
Remove
> relabel '**/foo-bar.js' foo- => dir/bar.js
Options
--version, -v Version number
--help, -h Displays this message
--dry, -d Dry-run mode, does not modify files
--interactive, -i Interactive Mode, automatically used when not all arguments are providedDevelopment
- See the Contributing Guide
- Using Ink for rendering the interactive UI
Related Projects
- Globitor - Interactive glob pattern tester
