typescript-base

A typescript repository pre-configured for code style linting and commit linting.

Usage

Clone the repo into your project folder

git clone https://github.com/CheesyGamer77/typescript-base .

Edit the contents of package.json (namely name, description, repository, and author)

Setup husky git hooks

npx husky install

Get coding!