1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 07:18:29 +01:00
tldr/pages/common/license.md

20 lines
378 B
Markdown
Raw Normal View History

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