mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-25 18:03:07 +03:00
parent
01759dcb9e
commit
87faf0ee10
@ -2,18 +2,18 @@
|
||||
|
||||
> Create license files for open-source projects.
|
||||
|
||||
- Create a license:
|
||||
- Print a license to stdout, using the defaults (auto-detected author name, and current year):
|
||||
|
||||
`license {{license_name}}`
|
||||
|
||||
- Create a license with custom filename:
|
||||
- Generate a license and save it to a file:
|
||||
|
||||
`license -o {{filename}} {{license_name}}`
|
||||
|
||||
- List all locally available licenses:
|
||||
- List all available licenses:
|
||||
|
||||
`license ls`
|
||||
|
||||
- Create a license with explicitly-set name and year:
|
||||
- Generate a license with custom author name and year:
|
||||
|
||||
`license --name {{author}} --year {{release_year}} {{license_name}}`
|
||||
|
Loading…
Reference in New Issue
Block a user