Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/khaliqgant/typescript-build

Base setup for a typescript project
https://github.com/khaliqgant/typescript-build

Last synced: 4 days ago
JSON representation

Base setup for a typescript project

Awesome Lists containing this project

README

        

Typescript Build
==================
> TS FTW

# What
* This is a base repo with a set of scripts and config for a typescript project
* It includes a number of npm scripts to build typescript and format (fix)
the typescript files using prettier, eslint, and tslint
* It also uses husky to run a fix command on typescript files using the
`precommit` git hook

# Packages Used
* [husky](https://github.com/typicode/husky)
* [ESLint](https://eslint.org/)
* [Tslint](https://palantir.github.io/tslint/usage/cli/)
* [Prettier](https://prettier.io/)
* [Prettier ESLint](https://github.com/prettier/prettier-eslint-cli)