1.0.4 • Published 3 years ago

create-api-rest v1.0.4

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

CLI tool to bootstrap new rest api app

use this command to start

npx create-api-rest
  • use --use-npm to use npm while installing the dependencies
npx create-api-rest --use-npm

we have 2 options to start a fresh new rest api project

choose what language do you want to use

  • javascript
  • typescript

Wait until the installation is DONE and you're ready to go