### Install a TTY Component Source: https://ttytoolkit.org Install a specific TTY component, such as `tty-prompt`, using the `gem install` command. ```bash $ gem install tty-prompt Successfully installed tty-prompt Parsing documentation for tty-prompt 1 gem installed ``` -------------------------------- ### Install TTY Gem and Create New App Source: https://ttytoolkit.org Install the TTY gem to gain access to the `teletype` executable. Use `teletype new` to generate a new command-line application and `teletype add` to add commands to it. ```bash $ gem install tty Successfully installed tty 1 gem installed $ teletype new app Your teletype project has been created successfully. Run "teletype help" for more commands. $ teletype add config $ teletype add search ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.