Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tyler-technologies-oss/forge-build-tools
A library of node utilities to assist in building and packaging libraries.
https://github.com/tyler-technologies-oss/forge-build-tools
forge
Last synced: about 1 month ago
JSON representation
A library of node utilities to assist in building and packaging libraries.
- Host: GitHub
- URL: https://github.com/tyler-technologies-oss/forge-build-tools
- Owner: tyler-technologies-oss
- License: apache-2.0
- Created: 2022-04-05T18:48:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T12:15:16.000Z (6 months ago)
- Last Synced: 2024-12-01T00:29:52.013Z (about 2 months ago)
- Topics: forge
- Language: TypeScript
- Homepage:
- Size: 887 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Forge Build Tools
This project contains a library of common/generic node utilities to help in the process of building
and performing tasks related to, but not limited to, code transpilation, bundling, file system access,
packaging repositories, installing/templating files... etc.This library is primarily used to build the Forge Web Component libraries within the [Forge CLI](https://github.com/tyler-technologies-oss/forge-cli).
## Usage
```shell
$ npm install --D @tylertech/forge-build-tools
```## Development
Install dependencies:
```shell
$ npm i
```Build npm package:
```shell
$ npm run build
```