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

This package is auto-updated.

Last update: 2022-03-01 17:53:00 UTC


README

CircleCI codecov

@todo

Requirements

@todo

Usage

  1. Run cd some-where (Something like "~/Documents/Composer/vendor")
  2. 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'
    The my-vendor and the robo-my-action are custom names, so you can choice whatever you want, but the project name (robo-my-action) should be prefixed with robo-.
  3. Answer the questions in the terminal.
  4. Run cd my-vendor/robo-my-action