Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/khaliqgant/typescript-build
- Owner: khaliqgant
- Created: 2018-01-06T17:21:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T21:07:08.000Z (almost 7 years ago)
- Last Synced: 2024-11-10T03:42:25.540Z (2 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)