electron-dev-bundle

A module which bundles all the cool modules which can help speed up the development of an electron app.

Usage no npm install needed!

<script type="module">
  import electronDevBundle from 'https://cdn.skypack.dev/electron-dev-bundle';
</script>

README

electron-bundle npm version

A very simple module which bundles all of the packages I think are necessary for any Electron app while development.

Contribution

If you'd like to add another module to this repo, please open a merge-request after editing the package.json with that module.

Installation

npm install electron-dev-bundle

Usage

The intended usage of this module is to download all of its dependencies. So after you're done installing it, you should have all of the "necessary" modules.

LICENSE

MIT