Skip to content

tyler-josh/forge-cli

 
 

Repository files navigation

Tyler Forge™ CLI

The Forge CLI is a command line utility for building and packaging Tyler Forge™ based Web Component libraries.

Usage

npm i -D @tylertech/forge-cli

View help

forge help

Local Development

Install dependencies:

npm install

Build the package:

npm run build

To run the build command in watch mode use:

npm run watch

Running the CLI locally can be done by using standard npm link, or by using node to execute it as a binary via relative path:

node ../forge-cli/bin/forge help

About

A command line interface for managing Forge Web Component projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • JavaScript 0.4%