1.0.1 • Published 4 years ago

garbagebaby v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

ts-library-starter

A template for starting a commonjs library written in Typescript, with linting, tests, and build processes. Includes CI configuration for Gitlab.

Output

The generated library is in the form of an ES2020 module.

CI

Configured to work with Gitlab CI.

Stages:

  • Lint
  • Build
  • Test

Linting & Formatting

npm run lint

Uses ESLint with Typescript default settings.

Tests

Tests are run on the built package.

npm run test

Build

npm run build