cli_tools 0.5.0
cli_tools: ^0.5.0 copied to clipboard
A collection of tools for building great command-line interfaces.
CLI Tools #
This package contains tools for building great command line interfaces. These tools were developed for the Serverpod CLI but can be used in any Dart project.
Config library #
The config library is a significant extension to the args package and enables typed options, environment variables and configuration files as input, and better error reporting.
Config README
Contributing to the Project #
We are happy to accept contributions. To contribute, please do the following:
- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Create a pull request
- Discuss and modify the pull request as necessary
- The pull request will be accepted and merged by the repository owner
Tests are required to accept any pull requests.