0.1.1 • Published 2 years ago

@bitlatte/rest v0.1.1

Weekly downloads
-
License
MIT-Modern-Varian...
Repository
github
Last release
2 years ago

Bitlatte REST

CLI tool that allows you to quickly setup new Express REST API's.

Usage

To use this tool I made it very simple. All you have to do is run the following command replacing \<project_name> with whatever you wish to call your project:

npx @bitlatte/rest <project_name>

The cli tool will setup your project and give you the next steps to get up and running in no time.