Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tyler-technologies-oss/forge-core

A library of shared utilities for building Forge-based Web Component libraries.
https://github.com/tyler-technologies-oss/forge-core

forge

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Tyler Forge™ Core

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

## Usage

```bash
npm i @tylertech/forge-core
```

## Development

Install dependencies:

```bash
npm i
```

Build library:

```bash
npm run build
```

Run tests:

```bash
npm test
```