Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@electron-forge/cli

Package Overview
Dependencies
Maintainers
5
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@electron-forge/cli

A complete tool for building modern Electron applications

  • 7.6.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
130K
decreased by-6.16%
Maintainers
5
Weekly downloads
 
Created

What is @electron-forge/cli?

@electron-forge/cli is a command-line interface tool that simplifies the process of building, packaging, and distributing Electron applications. It provides a set of commands to streamline the development workflow for Electron apps.

What are @electron-forge/cli's main functionalities?

Project Initialization

This command initializes a new Electron project with a template structure, setting up the necessary configuration and dependencies to get started quickly.

npx electron-forge init my-new-app

Building the Application

This command builds the Electron application into distributable formats (e.g., .exe, .dmg) for different operating systems, using pre-configured or custom build targets.

npx electron-forge make

Running the Application

This command starts the Electron application in development mode, allowing developers to test and debug their app in a live environment.

npx electron-forge start

Publishing the Application

This command automates the process of publishing the Electron application to distribution platforms, such as GitHub Releases or other configured targets.

npx electron-forge publish

Other packages similar to @electron-forge/cli

FAQs

Package last updated on 26 Nov 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc