JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q21083F
  • License (MIT or CC0 1.0)

Making widespread codebase refactors easier.

Package Exports

  • refactor-vir
  • refactor-vir/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (refactor-vir) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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