Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serverpod/cli_tools
Tools for building top-notch CLIs in dart.
https://github.com/serverpod/cli_tools
Last synced: 4 days ago
JSON representation
Tools for building top-notch CLIs in dart.
- Host: GitHub
- URL: https://github.com/serverpod/cli_tools
- Owner: serverpod
- License: bsd-3-clause
- Created: 2024-05-06T08:40:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T13:11:30.000Z (about 1 month ago)
- Last Synced: 2024-12-09T14:28:08.803Z (about 1 month ago)
- Language: Dart
- Size: 48.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![Serverpod banner](https://github.com/serverpod/serverpod/raw/main/misc/images/github-header.webp)
# 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.
## Contributing to the Project
We are happy to accept contributions. To contribute, please do the following:
1. Fork the repository
2. Create a feature branch
3. Commit your changes
4. Push to the branch
5. Create a pull request
6. Discuss and modify the pull request as necessary
7. The pull request will be accepted and merged by the repository ownerTests are required to accept any pull requests.