new-eden/cli-skeleton
Composer 安装命令:
composer require new-eden/cli-skeleton
包简介
Skeleton for creating CLI tools.
关键字:
README 文档
README
Use this skeleton to get a quick start on writing CLI applications - for EVE or other things!
Requirements
- Redis
- MongoDB
- cURL
Altho Redis and MongoDB can both be removed from the requirements if you so please.
Install and use
Run this command from the directory wherein you want to install the CLI Application
php composer.phar create-project new-eden/cli-skeleton [my-cli-app-name]
Replace [my-cli-app-name] with your desired name for the application you're making.
To run the application you can do it with either
php bin/Run
or
php composer.phar start
That's it, go build something cool!
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-02-03