# MIT License Generator Tired of having to copy/paste MIT licenses? This will create one for you! ## Installation You can install with Cargo: ```bash cargo install mitgen ``` ## Usage ```bash Usage: mitgen [OPTIONS] --name Options: -n, --name Name to use for the MIT License -o, --output Output directory for the MIT License. Defaults to the current directory -h, --help Print help ```