mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
@@ -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}}`
|
||||
Reference in New Issue
Block a user