An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# Prometheus CLI

[![npm](https://img.shields.io/npm/dy/@gamely/prometheus-cli?logo=npm&logoColor=fff&label=npm%20downloads)](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
```