ankur014 / 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.

Sensible Defaults

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

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

Usage

See the scripts section in the package.json file.

License

MIT © Paul Razvan Berg

About

A template for developing TypeScript project, with sensible defaults


Languages

Language:Shell 72.0%Language:TypeScript 28.0%