Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T17:32:25.000Z (3 months ago)
- Last Synced: 2024-10-01T14:48:34.637Z (about 1 month ago)
- Topics: forge
- Language: TypeScript
- Homepage:
- Size: 678 KB
- Stars: 4
- 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
```