UNPKG

@tylertech/forge-build-tools

Version:
28 lines (18 loc) 618 B
# 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 ```