manga-cli

1.0.5 • Public • Published

MANGA-CLI

This is a simple code for fetching manga in the comfort of cli(for demo purpose)

issues

🚀 Usage

API

const manga = require('./App');
(async () => {
  console.log(await manga('Jujutsu kaisen'))
})()

Quick use

$ npx manga-cli -s <path>

CLI Installation

$ npm install -g manga-cli
$ manga -s <path>

-s <path> is optional

Fetch ALL the chapter

use all command to fetch all chapters

Chapter number : all

EACCESS ERROR :

If your facing eacess err while installing use this command :

$ npm install -g manga-cli --unsafe-perm=true --allow-root

Screenshots

shot shot shot

💖 Donate

Author

👤 Alestor Aldous

📝 License

MIT

Copyright © 2022 Alestor Aldous.

Package Sidebar

Install

npm i manga-cli

Weekly Downloads

5

Version

1.0.5

License

MIT

Unpacked Size

12.2 kB

Total Files

8

Last publish

Collaborators

  • alestoraldous