forge-core

A library of shared utilities for building Forge-based Web Component libraries.

APACHE-2.0 License

Downloads
1.9K
Stars
4
Committers
3

Tyler Forge™ Core

This library contains the core building blocks and utilities that are used when building Tyler Forge™ based Web Component libraries.

Usage

npm i @tylertech/forge-core

Development

Install dependencies:

npm i

Build library:

npm run build

Run tests:

npm test