Skip to content

roberthgnz/js-blitz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

121 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSBlitz

image

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.

DOWNLOAD

Features

  • ⚡ 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

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 application
  • dev: Start the Electron application in development mode
  • package: Package the application
  • make: Create distributable packages
  • publish: Publish the application
  • postversion: 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.

Acknowledgements