Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```