Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 7 days ago
JSON representation

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

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`.