0.3.0 • Published 2 years ago

relabel v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 relabel

CLI

   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 provided

Development

Related Projects

  • Globitor - Interactive glob pattern tester
0.3.0

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago

0.0.2

3 years ago

0.0.0

3 years ago