A CLI to automatically clone the Typescript Express API Template.
Requirements:
You NEED to have Yarn installed
Install the CLI globally OR use npx:
npm install -g create-typescript-express-template
# 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.