0.1.0 • Published 7 months ago

js-blitz v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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.

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