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: 2 months ago
JSON representation
A library of shared utilities for building Forge-based Web Component libraries.
- Host: GitHub
- URL: https://github.com/tyler-technologies-oss/forge-core
- Owner: tyler-technologies-oss
- License: apache-2.0
- Created: 2022-04-06T17:42:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T20:48:17.000Z (7 months ago)
- Last Synced: 2025-04-10T16:47:10.582Z (2 months ago)
- Topics: forge
- Language: TypeScript
- Homepage:
- Size: 803 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-web-components - Forge Core - Building blocks and utilities that are used when building Forge Web Components. (Libraries / Class Based)
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
```