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
npm install inkaInkaIn this version only expressJS and koa with rest architecture is supported, comming soon you will have support for graphQL and gRPC
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.
``bash
npm install -g inka
inka --help #help commands supportedor
inka [command] --help #example inka new --help
#skip prompt
inka new myname --yes
``
MIT
- LuisPe