https://github.com/kaatinga/ccase
rename your .go files following Golang naming convention
https://github.com/kaatinga/ccase
cli golang naming-conventions
Last synced: 5 months ago
JSON representation
rename your .go files following Golang naming convention
- Host: GitHub
- URL: https://github.com/kaatinga/ccase
- Owner: kaatinga
- License: mit
- Created: 2023-11-20T13:08:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-23T06:23:18.000Z (7 months ago)
- Last Synced: 2025-11-23T08:12:46.431Z (7 months ago)
- Topics: cli, golang, naming-conventions
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/kaatinga/ccase/actions/workflows/golang_ci.yml)
[](https://github.com/kaatinga/ccase/blob/main/LICENSE)
[](https://github.com/kaatinga/ccase/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
# ccase
ccase is a command line tool which helps to convert ".go" file names to a name that follows the conventions of the Go
programming language.
## Installation
```bash
go install github.com/kaatinga/ccase@latest
```
## Usage
To get help run:
```bash
ccase -h
```
To rename files in the pkg/service folder run:
```bash
ccase --path pkg/service
```
or just:
```bash
ccase
```
in the folder you want to rename files.
Note that all the subfolders will be processed recursively.