Helps building new electron apps
- Node.js — Required to run and build the forge. Recommended version:
>=18. - hyper-forge-cli — The CLI tool used to run forges. Install it globally with:
npm install -g hyper-forge-cli- Git — To clone repositories and manage version control.
- A modern terminal — For the best experience (e.g., Windows Terminal, iTerm2, etc.).
- Clone this repository.
- Open your terminal.
- Navigate into the forge's directory.
- Type
npm installto install the dependencies. - Type
npm run buildto compile the forge. - Type
npm linkto make this forge globally available vianpm.
- Open your terminal.
- Navigate to the directory where you want to create your new forge (e.g.,
C:\\my-forges). - Run the Hyper Forge CLI by typing
hf. - Choose
Run a forgefrom the options. - Select this forge by name.
- Pick the task you want to run.
- You're done!
- TO-DO