2.2.6 • Published 10 months ago

@suparth_ghimire/ts-template v2.2.6

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Typescript Project Initializer

This is a simple script to initialize a typescript project for development and production environment with a single command. You dont have to initialize scripts for compilers and other stuffs. This script will do it for you.

pnpm is used as default package manager. You can change it to others if you want

npm Github

Files Generated

  • 📄 package.json
  • 📄 tsconfig.json
  • 📄 tsup.config.ts
  • 📄 .gitignore
  • 📄 src/index.ts
  • 📄 pnpm-lock.yaml

Installation

pnpm install -g @suparth_ghimire/ts-template

Initialize your Project

ts-template init

Answer 3 Questions that the prompt asks you

Install Packages

  • pnpm
pnpm install

Run your Project

Development

pnpm run dev

Build

pnpm build

Start

pnpm start
2.2.1

10 months ago

2.2.0

10 months ago

2.2.3

10 months ago

2.2.2

10 months ago

2.2.5

10 months ago

2.2.4

10 months ago

2.2.6

10 months ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.7

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago