mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 16:04:55 +02:00
license: add page
This commit is contained in:
parent
f38c34f484
commit
f5d62dfd93
1 changed files with 19 additions and 0 deletions
19
pages/common/license.md
Normal file
19
pages/common/license.md
Normal 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 {{custom_name}} --year {{custom_year}} {{license_name}}`
|
Loading…
Add table
Reference in a new issue