A CLI to automatically clone the Typescript Express API Starter.
Install the CLI globally OR use npx:
npm install -g create-typescript-express-api
# with global install
create-typescript-express-api name-of-app
# with npx
npx create-typescript-express-api name-of-app
This will create a directory with the given name, clone the Typescript Express API Starter repo into it, and install dependencies.
Note: You will need to use the clone repo method if you are using windows
Credit for the original javascript version of this go to:
Please consider supporting my projects, the more caffine I have, the quicker I can type.