tsbase

tsbase

Base class libraries for TypeScript

Helpful links:

Local Development

Installation

  • run cmd: npm install

Testing

  • run cmd: npm start / npm run test-once

Linting

  • run cmd: npm run lint

Docs

  • run cmd: npm run docs

Building

  • run cmd npm run build

Publishing

  • Merge a PR to master
  • If the version is updated, a github action will handle publishing the new version

Generated using TypeDoc