From f5d62dfd93afce6414b503c50317ea9c24fa76e6 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Thu, 21 Jan 2016 21:42:34 -0500 Subject: [PATCH] license: add page --- pages/common/license.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/common/license.md diff --git a/pages/common/license.md b/pages/common/license.md new file mode 100644 index 000000000..8e57a8f61 --- /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}}`