Download mangas from the comfort of your terminal.
npm i dl-manga
Usage: dl-manga [options] [command]
Download Manga in different languages
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
download <manga_title>
random
popular
clear_history
clear_marked
help [command] display help for command
- Download Mangas
- Search Manga
- View Popular Manga
- prompt themes
- debug infos with colors
- Download Mangas in different languages
- config file
- User Manga list
{
"theme": "nord",
"ascii_on": false,
"clear_history_on_start": false,
"marked": [
],
"history": [
]
}
This cli tool uses the mangadex api.
- Moritz344