0.1.4-rc.3 • Published 5 years ago

inka v0.1.4-rc.3

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

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

Installation & Usage

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