1.0.9 • Published 1 year ago

@hidden_org/refactor_cli v1.0.9

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Refactor CLI


Installation

npm i -g @hidden_org/refactor_cli

Guide

Usage: refactor [options]

Refactor file name and file content.        

Example:

   refactor --from "old name" --to "to name"

   refactor --from "old name" --to "to name" --path "D:/source/old"

   refactor --from "old name" --to "to name" --excluded-paths **/node_modules

Options:
  --from <string>               from name
  --to <string>                 to name
  --excluded-paths <string...>  excluded paths, use glob pattern (default: ["**/node_modules","**/.git"])     
  --path <string>               path to folder or file need to refactor, default is cwd
  -h, --help                    display help for command
1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago