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 has been moved into its own package, published on pub.flutter-io.cn as config.
Command line completion
BetterCommandRunner
has support for command-line completion, which is currently
an experimental feature and requires installing an additional tool. See:
README_completion.md
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.
See also CONTRIBUTING.