https://github.com/gly-engine/prometheus-cli
Lua Obfuscator written in pure Lua (distributed as npm node-js)
https://github.com/gly-engine/prometheus-cli
lua luau obfuscation
Last synced: 20 days ago
JSON representation
Lua Obfuscator written in pure Lua (distributed as npm node-js)
- Host: GitHub
- URL: https://github.com/gly-engine/prometheus-cli
- Owner: gly-engine
- Created: 2025-09-02T20:51:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-11-19T23:22:30.000Z (3 months ago)
- Last Synced: 2025-11-20T00:14:34.035Z (3 months ago)
- Topics: lua, luau, obfuscation
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prometheus CLI
[](https://www.npmjs.com/package/@gamely/prometheus-cli)
This project is a distribution of the [prometheus-lua](https://github.com/prometheus-lua/Prometheus) project, packaged for **Node.js** and available on **npm**.
## Installation
To install the CLI globally, run the following command:
```bash
npm install -g @gamely/prometheus-cli
```
## Usage
After installation, you can run the CLI using the following command:
```bash
npx prometheus-cli source.lua --preset Minify
```