1.1.2 • Published 1 year ago

api-builder-express v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Api-Builder-Express

A CLI tool to build express rest apis

Installation

npm i -g api-express-builder

Quick-start and usage

The quickest way to get started with express is to utilize the executable to generate an application as shown below:

Create the app:

$ api-builder-express

Install dependencies

$ cd <project-name>
$ npm install

Run dev server

$ npm run dev

Command lines options

This tool can also be further configured with the following command line flags.

Options:
Usage: api-builder-express [options]

-V, --version output the version number
-n, --name <item> name for the project
-g, --git git initialization
-i, --install install dependencies
-h, --help display help for command