cheppers / robo-template-task
此包已被弃用且不再维护。作者建议使用 sweetchuck/robo-template-task 包代替。
模板用于创建新的 Robo 任务。
v0.0.1
2017-08-07 12:19 UTC
Requires
- php: >=7.1
- consolidation/robo: ^1.0
Requires (Dev)
- codeception/codeception: ^2.2
- danielstjules/stringy: ^3.0
- sweetchuck/codeception-module-robo-task-runner: ^0.0.1
- sweetchuck/git-hooks: ^0.0
- sweetchuck/robo-git: ^0.0
- sweetchuck/robo-phpcs: ^0.0
- symfony/finder: ^3.2
- webmozart/path-util: ^2.3
This package is auto-updated.
Last update: 2022-03-01 17:53:00 UTC
README
@待办
需求
@待办
使用方法
- 运行
cd some-where
(例如 "~/Documents/Composer/vendor") - 运行
composer create-project \ --stability=dev \ --repository='{"url": "https://github.com/Sweetchuck/robo-template-task", "type": "github"}' \ 'sweetchuck/template-robo-task' \ 'my-vendor/robo-my-action'
my-vendor
和robo-my-action
是自定义名称,您可以选择任何您想要的名称,但项目名称(robo-my-action)应该以robo-
开头。 - 在终端中回答问题。
- 运行
cd my-vendor/robo-my-action