williamfligor / tstemplate

Typescript Project Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tstemplate - TypeScript Template

Features

  • eslint
  • prettier
  • log4js
  • husky/lint-staged

Usage

Build
# Build once
npm run build

# Watch for changes
npm run watch
Lint
# lint
npm run lint

# run eslint --fix
npm run lint-fix

About

Typescript Project Template


Languages

Language:JavaScript 66.7%Language:TypeScript 33.3%