diff --git a/pages/common/license.md b/pages/common/license.md new file mode 100644 index 0000000000..8e57a8f618 --- /dev/null +++ b/pages/common/license.md @@ -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}}`