/title-case-converter

A simple command-line tool that converts text to title case.

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Title Case Converter

Convert text to title case.

Version 0.1.0 Licensed under the GNU General Public License v3.0

Background

Title Case Converter is a command-line tool for converting text in English to title case. It was born out of frustration with the speed of a previous implementation in JavaScript which shall remain unreleased out of shame and a desire to procrastinate learn some Rust.

Usage

USAGE:
    tcc <text>...

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <text>...    The text to convert to title case.

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change. By participating in this project, you agree to abide by the terms of the Code of Conduct.

License

Title Case Converter is licensed under the GNU General Public License v3.0.