https://github.com/frixoe/electron-dev-bundle
A module which bundles all the cool modules which can help speed up the development of an electron app.
https://github.com/frixoe/electron-dev-bundle
bundle electron js node npm npm-package
Last synced: 4 months ago
JSON representation
A module which bundles all the cool modules which can help speed up the development of an electron app.
- Host: GitHub
- URL: https://github.com/frixoe/electron-dev-bundle
- Owner: Frixoe
- License: mit
- Created: 2018-08-23T08:05:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T18:30:09.000Z (over 1 year ago)
- Last Synced: 2025-04-24T01:07:50.004Z (about 1 year ago)
- Topics: bundle, electron, js, node, npm, npm-package
- Language: JavaScript
- Size: 301 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# electron-bundle [](https://badge.fury.io/js/electron-dev-bundle)
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