A CLI which can generate a good, clean and statically typed API structure with typescript and SOLID principles. It's features includes CRUD operations, providers, unit tests and documentation.


Keywords
cross-api, cross, api, cli
License
Apache-2.0
Install
npm install cross-api@3.1.3

Documentation

Cross-api

node version   socket badge   npm version   install size

A CLI which can generate a good, clean and statically typed API structure with typescript and SOLID principles. It's features includes CRUD operations, providers, unit tests and documentation.

Check cross-api documentation for more details


To install the project:

npm install cross-api --save-dev

Enter the following code in the terminal to make the initial configuration:

npx cross config

It will install yarn globally so to see the available commands type:

yarn cross help