1.0.8 • Published 2 years ago

lumos-cli v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago