Socket
Socket
Sign inDemoInstall

electron-esbuild

Package Overview
Dependencies
326
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    electron-esbuild

Use esbuild with Electron for blazing fast compilation


Version published
Weekly downloads
123
increased by156.25%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 04 Jul 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc