Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/extplug/replug
Semi-automatic reverse engineering of plug.dj client javascript
https://github.com/extplug/replug
plugdj
Last synced: about 1 month ago
JSON representation
Semi-automatic reverse engineering of plug.dj client javascript
- Host: GitHub
- URL: https://github.com/extplug/replug
- Owner: extplug
- License: mit
- Archived: true
- Created: 2015-02-19T21:59:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T13:55:56.000Z (over 6 years ago)
- Last Synced: 2024-08-01T21:55:05.759Z (5 months ago)
- Topics: plugdj
- Language: JavaScript
- Size: 202 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred - extplug/replug - Semi-automatic reverse engineering of plug.dj client javascript (JavaScript)
README
# non-lethal plug.dj reverse engineering
A messy script that spews as-readable-as-computerly-possible versions of plug.dj
modules into a directory.## usage
The easiest way to use replug is with [npx](https://npmjs.com/package/npx):
1. `npx replug`
Alternatively, install the CLI globally (you'll have to update manually from time to time):
1. `npm install -g replug`
1. `replug`There are some command-line options:
-h, --help output usage information
-V, --version output the version number
-m, --mapping [file] File containing the mapping JSON (optional, it's auto-generated if no file is given)
-o, --out [dir] Output directory [out/]
-v, --verbose Use verbose output instead of bullet list### examples
Dump output in `out/`:
```
npx replug
```Output in `output-directory/`:
```
npx replug --out output-directory
```## Licence
[MIT](./LICENSE)