js-blitz
v0.0.5
Published
Run JavaScript code in a flash
Downloads
447
Readme
JSBlitz
JSBlitz is an Electron-based application 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.
Features
- ⚡ Execute JavaScript/TypeScript code
- 📦 Install and use npm packages on the fly
- 🖥️ Electron-based desktop application
- ✨ Monaco editor integration with syntax highlighting and code formatting
Installation
To install the dependencies, run:
pnpm install
Development
To start the application in development mode, run:
pnpm dev
Packaging
To package the application, run:
pnpm package
Making
To create distributable packages, run:
pnpm make
Publishing
To publish the application, run:
pnpm publish
Scripts
start
: 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
License
This project is licensed under the MIT License. See the LICENSE file for details.
Author
Roberth González
Contributing
Contributions are welcome! Please open an issue or submit a pull request.