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`