Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

esbuild plugin for asynchronously copying files in parallel

License

Notifications You must be signed in to change notification settings

EverFi/everfi-electron-esbuild

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

electron-esbuild

license electron-esbuild version

Getting Started

With pnpm:

pnpm init @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

About

esbuild plugin for asynchronously copying files in parallel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%