# `Inka`

## Important

In this version only expressJS and koa with rest architecture is supported, comming soon you will have support for graphQL and gRPC

## Objectives

CLI to create new projects with different boilerplates (express Js + rest, Koa + rest and more), proposing a suitable structure to have a better abstraction in the software layers.

![architecture](/inka-CLI.png)

## Installation & Usage

```bash
npm install -g inka
inka --help #help commands supported
# or
inka [command] --help #example inka new --help

# to create a new project
inka new myname #follow the instructions of the console

#skip prompt
inka new myname --yes
```

## License

MIT

## Collaborators

- LuisPe <https://github.com/LuisPe>
