https://github.com/paulrberg/typescript-template
A template for developing TypeScript project, with sensible defaults
https://github.com/paulrberg/typescript-template
eslint javascript prettier template typescript yarn
Last synced: about 1 year ago
JSON representation
A template for developing TypeScript project, with sensible defaults
- Host: GitHub
- URL: https://github.com/paulrberg/typescript-template
- Owner: PaulRBerg
- Created: 2021-04-21T09:44:14.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T12:28:27.000Z (about 1 year ago)
- Last Synced: 2025-04-30T20:04:26.937Z (about 1 year ago)
- Topics: eslint, javascript, prettier, template, typescript, yarn
- Language: TypeScript
- Homepage:
- Size: 5.42 MB
- Stars: 37
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# TypeScript Template
A template for developing TypeScript projects, with sensible defaults.
## Getting Started
Click the [`Use this template`](https://github.com/PaulRBerg/typescript-template/generate) 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:
```text
├── .editorconfig
├── .eslintignore
├── .eslintrc.yml
├── .gitignore
├── .prettierignore
├── .prettierrc.yml
├── package.json
├── tsconfig.json
└── tsconfig.prod.json
```
### Dependency Management
This template uses [Bun](https://bun.sh) for managing dependencies.
## Usage
See the `scripts` section in the [`package.json`](./package.json) file.
## License
This project is licensed under MIT.