0.3.3 • Published 6 months ago

refactor-vir v0.3.3

Weekly downloads
-
License
(MIT or CC0 1.0)
Repository
github
Last release
6 months ago

refactor-vir

Making widespread codebase refactors easier.

Install

npm i -g refactor-vir

It'll work fine if installed locally (instead of globally) as well.

Commands

Rename

Renames and/or updates imports for a variable in all found relevant files.

  • Only searches for .ts files nested within src directories.
  • Ignores all nodes_modules directories.
  • Does not handle dynamic import() imports yet.

All needed information is prompted from you in your terminal.

rv rename
0.3.2

8 months ago

0.3.3

6 months ago

0.3.1

10 months ago

0.3.0

10 months ago

0.2.0

10 months ago

0.1.0

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago

0.0.0

11 months ago