This is a simple code for fetching manga in the comfort of cli(for demo purpose)
const manga = require('./App');
(async () => {
console.log(await manga('Jujutsu kaisen'))
})()
$ npx manga-cli -s <path>
$ npm install -g manga-cli
$ manga -s <path>
-s <path>
is optional
use
all
command to fetch all chapters
Chapter number : all
If your facing eacess err while installing use this command :
$ npm install -g manga-cli --unsafe-perm=true --allow-root
💖 Donate
👤 Alestor Aldous
- Twitter: @alestor123
- Github: @alestor123
MIT
Copyright © 2022 Alestor Aldous.