2.1.0 • Published 8 days ago

@tylertech/forge-build-tools v2.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 days ago

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.

Usage

$ npm install --save-dev @tylertech/forge-build-tools

TypeScript typings are provided within this package.

Development

Install dependencies:

$ npm i

Build npm package:

$ npm run build