hemtt license
Add or update a license file in the current project
Usage: license [name]
Arguments:
[name] The name of the license to add
Options:
-h, --help Print help (see more with '--help')
Description
Add or update a license file in the current project
hemtt license is used to add or update a LICENSE file in your project.
You can either provide a license name as an argument, or run the command interactively to select from a list of available licenses.
Available license names:
- apl-sa (Arma Public License Share Alike)
- apl (Arma Public License)
- apl-nd (Arma Public License No Derivatives)
- apache (Apache 2.0)
- gpl (GNU GPL v3)
- mit (MIT)
- unlicense (Unlicense)
Arguments
<name>
The name of the license to add
If not provided, you will be prompted to select a license interactively. The license text will be automatically populated with the author name from your project.
Examples: apl-sa, mit, apache