Title
title is a small utility that converts an input string to title case on the command line.
Tiny, sort of dumb, and yet more useful than I would have expected.
Installation
To install the "title" program, follow these steps:
-
Clone the repository:
git clone https://github.com/thefury/title.git
-
Navigate to the project directory:
cd title
-
Install the dependencies:
go mod tidy
Usage
To build the title program, run the following command:
go build -o title cmd/main.go
cp title ~/bin # or somewhere in your path
Example
title a title has a certain format
# A Title Has a Certain Format
License
This project is licensed under the MIT License. See the LICENSE file for details.