- You can initiate a basic typescript starter project in the directory of your choice by cloning the repo to your chosen dir (
git clone <reponame> .) - The following lifecycle commands are added by default:
- start : runs the
src/index.tsfile without building it, withts-node - build : builds the
.tsfiles to adist/folder in project root
- start : runs the
- TIP: Add the following alias to your
~/.bashrcor~/.bash_aliases:alias ts-init='git clone https://github.com/m3nd1s/ts-init.git . && git remote remove origin'
mainakchhari/ts-init
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|