Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T11:52:53.000Z (10 months ago)
- Last Synced: 2024-10-03T12:40:15.958Z (about 1 month ago)
- Topics: eslint, javascript, prettier, template, typescript, yarn
- Language: TypeScript
- Homepage:
- Size: 5.41 MB
- Stars: 32
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
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.