1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-11 05:55:51 +02:00

Merge pull request #711 from oxguy3/license

Add license
This commit is contained in:
Ruben Vereecken 2016-01-23 23:21:55 +02:00
commit a72d5a28fc

19
pages/common/license.md Normal file
View file

@ -0,0 +1,19 @@
# 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:
`license --name {{author}} --year {{release_year}} {{license_name}}`