@yokra/webdumper
v1.0.4
Published
A tool designed for fetching and unpacking Single Page Applications or any webpacked web app.
Downloads
74
Readme
WebDumper
A tool designed for fetching and unpacking Single Page Applications or any webpacked web app.
Usage
webdumper -u https://website.com/ -o /path/to/output/folder
Installation
Requires
- Node.js and npm
To intall this tool, simply run:
npm install -g @yokra/webdumper
Or clone this repository and build locally:
git clone https://github.com/EllyMandliel/WebDumper.git
cd WebDumper
npm install
tsc
npm install -g .