inka
v0.1.4-rc.3
Published
Inka, in Mapuche 'friend who helps'. Inka CLI that tries to help you create API projects in NodeJs by suggesting a project structure that helps you focus on each system layer
Maintainers
Readme
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.

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 --yesLicense
MIT
Collaborators
- LuisPe https://github.com/LuisPe
