🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@tylertech/forge-cli

Package Overview
Dependencies
Maintainers
6
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tylertech/forge-cli

A CLI for managing Tyler Forge™ Web Component projects.

latest
Source
npmnpm
Version
3.1.1
Version published
Weekly downloads
70
84.21%
Maintainers
6
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 23 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts