command
module
Version:
v0.0.0-...-a1f9cbe
Opens a new window with list of versions in this module.
Published: Jul 6, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
internal
|
|
convert
Package convert provides a function to convert a string lower_snake_case.
|
Package convert provides a function to convert a string lower_snake_case. |
|
|
|
|
Click to show internal directories.
Click to hide internal directories.