Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 501 Bytes

File metadata and controls

19 lines (12 loc) · 501 Bytes

create-express-api

A CLI to automatically clone the Express API Starter or the Express API Starter with Typescript.

Usage

Create with JS:

pnpm dlx create-express-api@latest -d name-of-app

Create with Typescript:

pnpm dlx create-express-api@latest -t -d name-of-app

This will create a directory with the given name, clone the chosen repo into it, and install dependencies.