Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saitolume/ankipan
🍞 A command line tool to save the full resources of any web page.
https://github.com/saitolume/ankipan
cli
Last synced: 13 days ago
JSON representation
🍞 A command line tool to save the full resources of any web page.
- Host: GitHub
- URL: https://github.com/saitolume/ankipan
- Owner: saitolume
- License: mit
- Created: 2020-10-09T17:11:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-11T16:11:51.000Z (about 4 years ago)
- Last Synced: 2024-10-04T06:51:39.440Z (about 2 months ago)
- Topics: cli
- Language: TypeScript
- Homepage:
- Size: 26.4 KB
- Stars: 20
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🍞 ankipan
A command line tool to save the full resources of any web page.
## Requirements
- Node.js 10.12.0 (LTS)
## Installation
```bash
$ npm i -g ankipan
```## Usage
```bash
$ 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
```