@tylertech/forge-cli
v3.1.1
Published
A CLI for managing Tyler Forge™ Web Component projects.
Keywords
Readme
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-cliView help
forge helpLocal Development
Install dependencies:
npm installBuild the package:
npm run buildTo run the build command in watch mode use:
npm run watchRunning 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