PaulRBerg / typescript-template

A template for developing TypeScript project, with sensible defaults

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Template

A template for developing TypeScript projects, with sensible defaults.

Getting Started

Click the Use this template button at the top of the page to create a new repository with this repo as the initial state.

Features

Sensible Defaults

This template comes with sensible default configurations in the following files:

├── .editorconfig
├── .eslintignore
├── .eslintrc.yml
├── .gitignore
├── .prettierignore
├── .prettierrc.yml
├── package.json
├── tsconfig.json
└── tsconfig.prod.json

Dependency Management

This template uses Bun for managing dependencies.

Usage

See the scripts section in the package.json file.

License

This project is licensed under MIT.

About

A template for developing TypeScript project, with sensible defaults


Languages

Language:TypeScript 100.0%