0.3.0 • Published 25 days ago

@procore/hammer-types v0.3.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
25 days ago

@procore/hammer-lib-tsup

Internal TypeScript types for use in @procore/hammer CLI and in hammer plugins.

Quick Start

To install.

yarn add -D @procore/hammer-types

Development

This project uses yarn, and supports the following commands:

  • build: builds and bundles the project.
  • clean: deletes the output directory and any built files.
  • format: runs prettier on the project.
  • format:check: uses prettier to validate code format.
  • test: runs the unit test suite.
  • test:ci: run the unit test suite, reporting coverage.