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.
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.