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

electron-esbuild

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-esbuild

Use esbuild with Electron for blazing fast compilation

  • 9.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

electron-esbuild

license electron-esbuild version

Getting Started

With pnpm:

pnpm create @electron-esbuild/app

With npm:

npm init @electron-esbuild/app

With yarn:

yarn create @electron-esbuild/app

All configurations are already setup for you.

Start a development build

npm run dev

All arguments after -- will be pass through the electron process.

electron-esbuild dev -- --remote-debugging-port
  • --remote-debugging-port=9229 will start the devtools to the port 9229
  • --remote-debugging-port will start the devtools to a free port
  • --inspect=9230 will start the inspector to the port 9230
  • --inspect will start the inspector to a free port

Create a build

npm run build
npm run build -- --no-clean # do not clean output before build

Package the app

npm run package

Development

Refer to README

Keywords

FAQs

Package last updated on 16 May 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