licensing 0.1.0

Subcommand for Cargo. When executed, a file with a user-defined license is created in the project's directory.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# About

This program was made to be a subcommand for Cargo, Rust's package manager. When executed, a file with a user-defined license is created in the project's directory.

Made by Pablo Marques in 18/05/2024 under the MIT license.

# Installation and Usage

You can modify this program by adding new license files to the 'licenses' folder and then referencing them in the 'src/main.rs' file in the match expression.

To make this program a Cargo subcommand, run:  
$ chmod +x install.sh  
$ ./install.sh  

To use this in any Cargo project, run:  
cargo licensed [MIT, GPL, AGPL, APACHE]