pubspec_helper 1.0.8 copy "pubspec_helper: ^1.0.8" to clipboard
pubspec_helper: ^1.0.8 copied to clipboard

A pubspec analysis and health check command-line application made by AKI.

Project Description #

The CLI tool is for pubspec health-checking. It helps to view the library content of pub.dev and Github. It could save time and give you a suggestion that you may take a look about your library if it becomes legacy code or un-maintained.

Screenshot

Features #

  • Check for outdated and unupdated libraries in the project.
  • Verify if there are too many issues in the project.
  • Conduct compatibility checks.

Installation #

Install dependencies using the following command:

flutter pub add pubspec_helper

Usage #

Run the following command in the command line:

dart run pubspec_helper

or export to txt file

dart run pubspec_helper > 1.txt

Contributing #

If you have any suggestions or improvements, feel free to contribute! Please refer to the contributing guidelines.

License #

This project is licensed under the MIT License.

6
likes
130
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

A pubspec analysis and health check command-line application made by AKI.

Repository (GitHub)

Topics

#pubspec #cli #termainal

Documentation

API reference

License

MIT (license)

Dependencies

args, html, http, lints

More

Packages that depend on pubspec_helper