A TypeScript project template with a script to initialize a new project based on this repository without cloning its Git history.
You can use the create-project.sh script without cloning this repo by defining a convenient alias.
Add this line to your ~/.bashrc, ~/.zshrc, or ~/.config/fish/config.fish:
alias newtsproj='bash <(curl -s https://raw.githubusercontent.com/TrueSoftwareNL/TSProjectTemplate/master/create-project.sh)'