Skip to content

Commit

Permalink
feat: added cli usage instructions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-sb committed Mar 15, 2024
1 parent d748032 commit c210c2c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"prettier.configPath": "./.prettierrc.json"
}
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

A deobfuscator for scripts obfuscated by Obfuscator.io

## Usage

### Online

An online version is available at [obf-io.deobfuscate.io](https://obf-io.deobfuscate.io)

### CLI

Install via `npm install -g obfuscator-io-deobfuscator`

Online version at [obf-io.deobfuscate.io](https://obf-io.deobfuscate.io)
Usage: `obfuscator-io-deobfuscator <input> -o [output]`

## Features

Expand Down

0 comments on commit c210c2c

Please sign in to comment.