cheppers / robo-template-task
This package is abandoned and no longer maintained.
The author suggests using the sweetchuck/robo-template-task package instead.
Template to create a new Robo task.
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
@todo
Requirements
@todo
Usage
- Run
cd some-where
(Something like "~/Documents/Composer/vendor") - Run
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'
Themy-vendor
and therobo-my-action
are custom names, so you can choice whatever you want, but the project name (robo-my-action) should be prefixed withrobo-
. - Answer the questions in the terminal.
- Run
cd my-vendor/robo-my-action