A NodeJS, Bun, Deno way to fetch all remote dependencies locally so that you can use the same WebSite via any local *HTTP* server that is able to serve such content
npm install @webreflection/offlinersh
node src/index.js [options] URL
`
Fetches all the assets required by that specific URL as entry point and store these into the destination folder.
Options
* --verbose or -v to read the process while it happens: default: false
--dest or -d to decide where to put all fetched content that can be used offline*: default: ./offline
$3
It stores this page locally into the ./offline folder with all assets stored by hierarchi and namespaces retrieved from CDNs and remote entries.
`sh
node src/index.js --verbose https://example.com/
``