1.0.3 • Published 3 years ago

create-custom-api v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

How to use

Using npx

npx create-custom-api

This is will set up a folder that contains your api, The API uses TypeORM as an Object Relational Mapper and Postgres as a database

Using npm to globally install it

npm i -g create-custom-api

Then run this command to generate an api

create-custom-api

How to contribute

You can contribute to this project by folking the project then write a template that you thing is neccessary to have in this project and then make a pull request