# Lumos Cli 🍺
> Scaffolding tool for lumosjs


Lumos-cli is built on top of [Lumosjs-cli](https://github.com/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.

<img src="https://avatars.githubusercontent.com/u/141889927?s=400&u=7ad81f0c3c875eed69386759ea2f1e11f285e9e6&v=4" width="200px" align="right" hspace="30px" vspace="100px">

## Installation
You can install the package from npm.
```bash
npm i --global lumos-cli
```

## Usage

```bash
# Create a new Lumos project
lumos create project-name

# start http server
lumos start
```

```bash
# Create a new controller file
lumos add:controller controller-name
```

```bash
# Create a new service file
lumos add:service service-name
```

```bash
# Create a new middleware file
lumos add:middleware middleware-name
```

```bash
# Create a new model file
lumos add:model model-name
```


Vicente Victor Sombo - [https://github.com/sombo20](https://github.com/sombo20)
