JSBlitz is an alternative to RunJS that allows you to run JavaScript code in a flash. It provides a simple and efficient way to execute JavaScript/TypeScript code with support for package installation.
- ⚡ Execute JavaScript/TypeScript code
- 📦 Install and use npm packages on the fly
- 🛡️ Run code in a secure sandboxed environment
- 🖥️ Electron-based desktop application
- ✨ Monaco editor integration with syntax highlighting and code formatting
To install the dependencies, run:
pnpm installTo start the application in development mode, run:
pnpm devTo package the application, run:
pnpm packageTo create distributable packages, run:
pnpm makeTo publish the application, run:
pnpm publishstart: Start the Electron applicationdev: Start the Electron application in development modepackage: Package the applicationmake: Create distributable packagespublish: Publish the applicationpostversion: Push changes and tags to the remote repository
This project is licensed under the MIT License. See the LICENSE file for details.
Roberth González
Contributions are welcome! Please open an issue or submit a pull request.

