2.0.2 • Published 8 years ago
replug v2.0.2
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:
npx replug
Alternatively, install the CLI globally (you'll have to update manually from time to time):
npm install -g replug
replug
Or run it from source:
git clone https://github.com/ExtPlug/replug.git
cd replug
npm install
./index.js
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
2.0.2
8 years ago
2.0.1
8 years ago
2.0.0
8 years ago
1.8.3
8 years ago
1.8.2
9 years ago
1.8.1
9 years ago
1.8.0
9 years ago
1.7.1
9 years ago
1.6.3
9 years ago
1.6.2
10 years ago
1.6.0
10 years ago
1.5.1
10 years ago
1.5.0
10 years ago
1.4.1
10 years ago
1.4.0
10 years ago
1.3.3
10 years ago
1.3.0
10 years ago
1.2.1
10 years ago
1.2.0
10 years ago