clone-rename-refactor

1.0.1 • Public • Published

clone-rename-refactor

======================= Little commandline script to clone a directory and rename all files and folders with a certain pattern as well as all variable names in it.

Example

npm i clone-rename-refactor
clone-rename ./src/app/features/issue/providers/open-project jira open-project
_______________CLONE_RENAME_______________
In dir:  ./src/app/features/issue/providers/open-project
Input      jira => open-project
-------------------------------------------
fileNames  jira => open-project
variables  Jira => OpenProject
variables  jira => openProject
variables  JIRA => OPEN_PROJECT
variables  jira => open-project
```

Readme

Keywords

none

Package Sidebar

Install

npm i clone-rename-refactor

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

5.65 kB

Total Files

10

Last publish

Collaborators

  • johannesjo