Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luraph/luraph-vscode

Luraph extension for Visual Studio Code
https://github.com/luraph/luraph-vscode

lua luraph obfuscation obfuscator vscode

Last synced: 29 days ago
JSON representation

Luraph extension for Visual Studio Code

Awesome Lists containing this project

README

        

# luraph-vscode

[![Version](https://img.shields.io/visual-studio-marketplace/v/luraph.luraph-vscode.svg)](https://marketplace.visualstudio.com/items?itemName=luraph.luraph-vscode)
[![Downloads](https://img.shields.io/visual-studio-marketplace/d/luraph.luraph-vscode.svg)](https://marketplace.visualstudio.com/items?itemName=luraph.luraph-vscode)
[![Build Status](https://github.com/Luraph/luraph-vscode/actions/workflows/release.yml/badge.svg)](https://github.com/Luraph/luraph-vscode/actions/release.yml)
[![License](https://img.shields.io/github/license/Luraph/luraph-vscode)](LICENSE)

Obfuscate files via the Luraph API from the comfort of your VS Code editor.

*The official [Luraph API documentation](https://lura.ph/dashboard/documents/apidoc) contains the most up-to-date and complete information and instructions for integrating with the Luraph API.*

**Luraph API access is only available for accounts under certain plans. For more information, please check out the pricing plans on the [Luraph website](https://lura.ph/#pricing).**

## Installation

- [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=luraph.luraph-vscode)
- [Latest VSIX file](https://github.com/luraph/luraph-vscode/releases/latest) ([How to install VS Code extensions from a VSIX file?](https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix "Visual Studio Code: Install from a VSIX"))

## Usage

*Before using this extension, you should set your Luraph API key as the `luraph.API Key` setting. If you attempt to obfuscate without one set, you will be prompted to enter an API key.*

To obfuscate, open the file to be obfuscated, and then click on the `Obfuscate with Luraph` item in the status bar at the bottom of the window or use the `Luraph: Obfuscate File` command. That's it!

## Looking for a feature? Is something broken? Want to add something new?

Please navigate to our [issues](https://github.com/luraph/luraph-vscode/issues) page to see any existing issues or feature requests. If you have a bug report or feature request that isn't already present here, please create it! Additionally, if you'd like to contribute to the development of the extension or fix any issues, feel free to open a [pull request](https://github.com/luraph/luraph-vscode/pulls). We don't bite!

## Useful Links
- [Visit the Luraph Website](https://lura.ph/ "Luraph - Online Lua Obfuscation")
- [Join the Luraph Discord](https://discord.lura.ph/ "Luraph Discord Server")
- [Read the Luraph Documentation](https://lura.ph/dashboard/documents "Luraph Documentation")
- [Read the Luraph FAQs](https://lura.ph/dashboard/faq "Luraph Frequently Asked Questions")