offline-website
v0.0.2
Published
Save offline website as an single archive (ZIP, JSON, HTML, TXT, PDF, PNG, MHTML). Website title will be the folder/archive name. Nothing special, it just works, just does its job right. Enjoy!
Maintainers
Readme
Offline website
Save offline website as an single archive (ZIP, JSON, HTML, TXT, PDF, PNG, MHTML). Website title will be the folder/archive name. Nothing special, it just works, just does its job right. Enjoy!
To install dependencies:
bun install --productionTo run:
bun dev https://aws.amazon.com
bun dev --verbose https://aws.amazon.com
bun dev --helpDevelop amd contributing
This project was created using bun init in bun v1.1.34.
Bun is a fast all-in-one JavaScript runtime.
bun installLint, format and test code
bun lint
bun fmt
bun test