saitolume / ankipan

🍞 A command line tool to save the full resources of any web page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍞 ankipan

A command line tool to save the full resources of any web page.

Requirements

  • Node.js 10.12.0 (LTS)

Installation

$ npm i -g ankipan

Usage

$ ankipan https://github.com
github.com/index.html
github.com/images/search-key-slash.svg
github.com/images/modules/site/home/globe-700.jpg
...
github.com/customer_stories/yyx990803/hero.jpg
github.com/customer_stories/kris-nova/hero.jpg
github.com/customer_stories/jessfraz/hero.jpg
✨ Done!

$ npx serve github.com # serve a saved web site

About

🍞 A command line tool to save the full resources of any web page.

License:MIT License


Languages

Language:TypeScript 85.5%Language:JavaScript 14.5%