ccase

command module
v0.0.0-...-a1f9cbe Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2024 License: MIT Imports: 8 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
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.
lsc

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL