zero-to-prod/cli-tools
最新稳定版本:v1.5.0
Composer 安装命令:
composer require zero-to-prod/cli-tools
包简介
CLI tools
README 文档
README
Contents
- Introduction
- Requirements
- Installation
- Usage
- Docker Image
- Local Development
- Image Development
- Contributing
Introduction
Requirements
- PHP 8.1 or higher.
Installation
Install Zerotoprod\CliTools via Composer:
composer require zero-to-prod/cli-tools
This will add the package to your project’s dependencies and create an autoloader entry for it.
Usage
Run this command to see the available commands:
vendor/bin/cli-tools list
Docker Image
You can also run the cli using the docker image:
docker run --rm davidsmith3/cli-tools
Contributing
Contributions, issues, and feature requests are welcome! Feel free to check the issues page if you want to contribute.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Commit changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature-branch). - Create a new Pull Request.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-01-27
