Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliverjumpertz/ts-boilerplate
A simple boilerplate project to get started with a pre-configured TypeScript project
https://github.com/oliverjumpertz/ts-boilerplate
babeljs boilerplate eslint jest lint-staged prettier prettier-eslint rollupjs typescript
Last synced: 4 months ago
JSON representation
A simple boilerplate project to get started with a pre-configured TypeScript project
- Host: GitHub
- URL: https://github.com/oliverjumpertz/ts-boilerplate
- Owner: oliverjumpertz
- Created: 2020-04-29T19:54:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:37:01.000Z (about 2 years ago)
- Last Synced: 2024-09-29T06:21:41.470Z (4 months ago)
- Topics: babeljs, boilerplate, eslint, jest, lint-staged, prettier, prettier-eslint, rollupjs, typescript
- Language: JavaScript
- Size: 640 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-boilerplate
`ts-boilerplate` a simple boiler plate / template project that you can use to bootstrap your next TypeScript project.
It comes with TypeScript, Rollup, Jest, Prettier, Husky, lint-staged and ESLint pre-configured.# Getting started
Clone this repository and then just `rm -rf .git && git init` to start with a fresh git history.Please don't forget to fill in all necessary information within your `package.json`.
You will, at least, want to set `name`, `description`, and `author`.