create-typescript-express-template
v1.0.0
Published
CLI to create a Typescript Express template app
Downloads
1
Readme
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.