From 00752925089eca50f845137eec963b0349d79055 Mon Sep 17 00:00:00 2001 From: pxgamer Date: Sun, 20 May 2018 09:18:00 +0100 Subject: [PATCH] lumen: add page --- pages/common/lumen.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/common/lumen.md diff --git a/pages/common/lumen.md b/pages/common/lumen.md new file mode 100644 index 000000000..da0df30c4 --- /dev/null +++ b/pages/common/lumen.md @@ -0,0 +1,11 @@ +# lumen + +> A command line installer for the Lumen micro-framework. + +- Create a new Lumen application: + +`lumen new {{name}}` + +- List the available installer commands: + +`lumen list`