ghcp 1.0.0 copy "ghcp: ^1.0.0" to clipboard
ghcp: ^1.0.0 copied to clipboard

A powerful, lightweight CLI tool for downloading files and directories from GitHub repositories without cloning. Features intelligent output handling, custom filename support, and direct directory extraction.

140/ 160
pub points
121
downloads

We analyzed this package 7 hours ago, and awarded it 140 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

32 out of 52 API elements (61.5 %) have documentation comments.

Some symbols that are missing documentation: cli_runner, exceptions, exceptions.DownloadException.DownloadException.new, exceptions.DownloadException.message, exceptions.GitHubApiException.GitHubApiException.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:ghcp/cli/cli_runner.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `iOS`.

Because:

  • package:ghcp/cli/cli_runner.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `Web`.

Because:

  • package:ghcp/cli/cli_runner.dart that declares support for platforms: Windows, Linux, macOS.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Linux`.

Because:

  • package:ghcp/cli/cli_runner.dart that imports:
  • package:ghcp/github_content_downloader.dart that imports:
  • package:interact_cli/interact_cli.dart that imports:
  • package:interact_cli/src/spinner.dart that imports:
  • package:interact_cli/src/utils/utils.dart that imports:
  • package:interact_cli/src/framework/framework.dart that imports:
  • package:dart_console/dart_console.dart that imports:
  • package:dart_console/src/console.dart that imports:
  • package:dart_console/src/ffi/win/termlib_win.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:ghcp/cli/cli_runner.dart that imports:
  • package:ghcp/github_content_downloader.dart that imports:
  • package:interact_cli/interact_cli.dart that imports:
  • package:interact_cli/src/spinner.dart that imports:
  • package:interact_cli/src/utils/utils.dart that imports:
  • package:interact_cli/src/framework/framework.dart that imports:
  • package:dart_console/dart_console.dart that imports:
  • package:dart_console/src/console.dart that imports:
  • package:dart_console/src/ffi/win/termlib_win.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:ghcp/cli/cli_runner.dart that imports:
  • package:ghcp/github_content_downloader.dart that imports:
  • package:ghcp/github/github_api_client.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

Passed report section
Pass static analysis
50 / 50trigger folding of the section

Passed check 50/50 points: code has no errors, warnings, lints, or formatting issues

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
http ^1.5.0 1.5.0 1.5.0
interact_cli ^2.4.0 2.4.0 2.4.0
path ^1.9.1 1.9.1 1.9.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
dart_console - 4.1.2 4.1.2
ffi - 2.1.4 2.1.4
http_parser - 4.1.2 4.1.2
intl - 0.20.2 0.20.2
meta - 1.17.0 1.17.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
tint - 2.0.1 2.0.1
typed_data - 1.4.0 1.4.0
web - 1.1.1 1.1.1
win32 - 5.15.0 5.15.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.24, Dart 3.9.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
140
points
121
downloads

Publisher

verified publisheraminnez.com

Weekly Downloads

A powerful, lightweight CLI tool for downloading files and directories from GitHub repositories without cloning. Features intelligent output handling, custom filename support, and direct directory extraction.

Repository (GitHub)
View/report issues

Topics

#cli #github #download #automation #devtools

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

http, interact_cli, path

More

Packages that depend on ghcp