lumos-cli
v1.0.8
Published
Scaffolding tool for lumosjs framework
Downloads
33
Maintainers
Readme
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