pfwd/vimeo-console
Composer 安装命令:
composer require pfwd/vimeo-console
包简介
Console commands that interact with the Vimeo API. Can be used as a project dependency or as a standalone CLI application using Docker
README 文档
README
Console commands that interact with the Vimeo API. Can be used as a project dependency or as a standalone CLI application
Requirements
- docker-compose
- docker-machine
- Vimeo API credentials
Install as a project dependency
composer require pfwd/vimeo-console
Install as a standalone application
$ git clone git@github.com:pfwd/vimeo-console.git vimeo-console.git
Build Docker Containers
$ docker-machine create vimeo-console
$ docker-machine env vimeo-console
$ eval $(docker-machine env vimeo-console)
$ docker-compose up -d --build
Configure
$ cp .env.dist .env
Update the API credentials in .env
Console Commands
See the scripts index page for a list of available console commands
Uninstall
$ docker-machine rm vimeo-console
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-03-15