Skip to content

lumosjs/cli

Repository files navigation

Lumos Cli 🍺

Scaffolding tool for lumosjs

Lumos-cli is built on top of Lumosjs-cli and helps you scaffold new lumosjs projects.

Also it can proxy all the ace commands for a project, so that you can run them using the global lumos command.

Installation

You can install the package from npm.

npm i --global lumos-cli

Usage

# Create a new Lumos project
lumos create project-name

# start http server
lumos start
# Create a new controller file
lumos add:controller controller-name
# Create a new service file
lumos add:service service-name
# Create a new middleware file
lumos add:middleware middleware-name
# Create a new model file
lumos add:model model-name

Vicente Victor Sombo - https://github.com/sombo20