Skip to content
/ ccase Public

rename your .go files following Golang naming convention

License

Notifications You must be signed in to change notification settings

kaatinga/ccase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tests MIT license lint workflow Help wanted

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

go install github.com/kaatinga/ccase@latest

Usage

To get help run:

ccase -h

To rename files in the pkg/service folder run:

ccase --path pkg/service

or just:

ccase

in the folder you want to rename files.

Note that all the subfolders will be processed recursively.

About

rename your .go files following Golang naming convention

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages