- 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.ts
file without building it, withts-node
- build : builds the
.ts
files to adist/
folder in project root
- start : runs the
- TIP: Add the following alias to your
~/.bashrc
or~/.bash_aliases
:alias ts-init='git clone https://github.com/m3nd1s/ts-init.git . && git remote remove origin'
-
Notifications
You must be signed in to change notification settings - Fork 0
mainakchhari/ts-init
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Basic Starter Template for TypeScript
Topics
Resources
Stars
Watchers
Forks
Packages 0
No packages published