# lictool ![Crates.io](https://img.shields.io/crates/v/lictool.svg?colorB=32CD32) ![License](https://img.shields.io/crates/l/lictool) **lictool** is a command-line tool that generates SPDX-compatible licenses directly in the terminal. Simply select a license from a list of options, fill in the required information, and quickly create a personalized license for your project. This tool simplifies the process of obtaining the necessary license text, making it efficient and convenient for developers. ## Table Of Contents - [Usage](#usage) - [Installation](#installation) - [Commands](#commands) ## Usage ![Help](./assets/help.png) ## Commands ### Init ![Init](./assets/init.gif) ### Add ![Add](./assets/add.gif) ### List ![List](./assets/list.gif) ### Info ![Info](./assets/info.gif) ## 🚀 Installation ```bash cargo install lictool ``` ## License **lictool** is licensed under the [GPL 3.0 only license](LICENSE)