tldr/pages/common/license.md

20 lines
374 B
Markdown
Raw Normal View History

2016-01-22 02:42:34 +00:00
# license
> Create license files for open-source projects.
- Create a license:
`license {{license_name}}`
- Create a license with custom filename:
`license -o {{filename}} {{license_name}}`
2016-01-22 02:42:34 +00:00
- List all locally available licenses:
`license ls`
- Create a license with explicitly-set name and year:
2016-01-22 16:26:29 +00:00
`license --name {{author}} --year {{release_year}} {{license_name}}`