repo-rename
v1.3.1
Published
simple and easy to use CLI tool to rename your repository into a new case style
Downloads
11
Maintainers
Readme
✏️ Repo rename
simple and easy to use CLI tool to rename your repository into a new case style. This makes it a smooth process to name all your repos in a single style.
The repos will be sorted by their owner and name. Your own will always be on top.
Dont be confused if you reach the end of the list by key navigation - it will restart the list
📸 Example
💻 Usage
The best way is to use via npx
, but you can also download it with npm i repo-rename
$ npx repo-rename -h
Options:
-V, --version output the version number
-T, --token <token> Your github personal access token (pat)
-C, --case <case-style> The case style to which the repositories should be renamed (default:
paramCase)
-h, --help display help for command
🔑 Personal Access token
To use this tool you need to create a PAT.
The token needs the repo
scope!
🔎 Available case styles
- camelCase
=> "testString"
- constantCase
=> "TEST_STRING"
- dotCase
=> "test.string"
- headerCase
=> "Test-String"
- paramCase
=> "test-string"
- pascalCase
=> "TestString"
- snakeCase
=> test_string
📌 Feature ideas
- Search repos to update links inside README's
- Update the local remotes of your repositories
📃 License
See LICENSE file