create-api-rest
v1.0.4
Published
a CLI tool to create a new rest api app
Maintainers
Readme
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-npmwe 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
