1.0.0 • Published 3 years ago

create-typescript-express-template v1.0.0

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

create-typescript-express-template

A CLI to automatically clone the Typescript Express API Template.

Installation

Requirements:

You NEED to have Yarn installed

Install the CLI globally OR use npx:

npm install -g create-typescript-express-template

Usage

# with global install
create-typescript-express-template <name-of-app>
# with npx
npx create-typescript-express-template <name-of-app>

This will create a directory with the given name, clone the Typescript Express API Template repo into it, and install dependencies.