ts-boilerplate

A simple boilerplate project to get started with a pre-configured TypeScript project

Stars
3
Committers
2

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.