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

@tylertech/forge-cli

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tylertech/forge-cli

A command line interface for managing Forge Web Component projects.

Source
npmnpm
Version
3.0.0-next.5
Version published
Weekly downloads
70
84.21%
Maintainers
1
Weekly downloads
 
Created
Source

Forge CLI

The Forge CLI is a utility for building and managing native Web Component libraries that follow the Forge project structure.

This utility can be used to scaffold new projects and components, as well as build and publish Forge Web Components libraries to npm.

Usage

The CLI tool is intended to be installed individually within each project.

$ npm install @tylertech/forge-cli

View commands

$ forge help

Generating a new project

$ forge new

Development

Install dependencies:

$ npm install

Build the package:

$ npm run build

To run the build command in watch mode for an on-the-fly build:

$ npm run watch

Testing the CLI locally can be done by using npm link, or by just using a path to the dist directory after a successful build:

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

License

Apache-2.0

FAQs

Package last updated on 29 Apr 2024

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