maco 0.0.5 copy "maco: ^0.0.5" to clipboard
maco: ^0.0.5 copied to clipboard

An beautiful looking anime downloading cli based on libanime.

maco #

coverage License: MIT License: pub

Readme Card

An anime downloading cli based on libanime.


Getting Started ๐Ÿš€ #

If the CLI application is available on pub, activate globally via:

dart pub global activate maco

Or locally via:

dart pub global activate --source=path <path to this package>

Also you can use portable version in Releases page.

Usage #

# Parse direct mp4 url for kodik player and download.
$ maco kodik -u //kodik.info/seria/428055/cf7b8847a36a6904743111e46c2b77d1/720p -d

# Parse direct mp4 url for sibnet player.
$ maco sibnet -u https://video.sibnet.ru/shell.php?videoid=2235917

# Show CLI version
$ maco --version

# Show usage help
$ maco --help

Running Tests with coverage ๐Ÿงช #

To run all unit tests use the following command:

$ dart pub global activate coverage 1.2.0
$ dart test --coverage=coverage
$ dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info

To view the generated coverage report you can use lcov .

# Generate Coverage Report
$ genhtml coverage/lcov.info -o coverage/

# Open Coverage Report
$ open coverage/index.html

2
likes
150
pub points
0%
popularity

Publisher

verified publishernyako.tk

An beautiful looking anime downloading cli based on libanime.

Repository (GitHub)
View/report issues

Topics

#parse #network #anime #cli #downloader

Documentation

API reference

Funding

Consider supporting this project:

boosty.to

License

MIT (license)

Dependencies

args, cli_completion, dio, libanime, mason_logger, pub_updater

More

Packages that depend on maco