The Hydro CLI is a way to quickly and easily package electron apps without the need for large commands.
Currently it has the bare bones features needed to package an app, but please let me know if you have any suggestions of electron packager flags to use! My discord: Relic374#4880
- Electron
- Electron Packager
- Python 3
- Pip (comes with python3)
- Python Termcolor (install with pip)
Do all this in the terminal:
If you are on MacOS or Linux, navigate to src/hydro and type ./install.sh
To run, either double click on the executable or run it by entering in the terminal .\hydro on Windows and ./hydro on MacOS & Linux.
The app that Hydro it spits out will, per the default, be for your own operating system. To create apps for other platforms, run it like .\hydro --spec on Windows and ./hydro --spec on MacOS and Linux.