This is a CLI tool to help you generate a license file for your project.
You can install the package globally and use it as command line tool:
# Using npm
npm install -g @katistix/license-cli
# Using yarn
yarn global add @katistix/license-cli
To use this tool, run the following command in your terminal:
license <license_type>
Replace <license_type>
with the license you want to use. A list of supported licenses can be found in the /licenses
folder.
Example to add the MIT license to your project:
license mit
This will create a LICENSE
file in the current directory with the MIT license.
Now all you have to do is to modify the year and your name inside the license file.
I love open source and I love programming. If you want to show your appreciation for my work, consider supporting me on Patreon or Ko-Fi. This way I can continue to create awesome projects and share them with everyone. Thank you! ❤️