recipe-runner/rr-cli 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

recipe-runner/rr-cli

Composer 安装命令:

composer require recipe-runner/rr-cli

包简介

README 文档

README

Build Status

Requires

  • PHP +7.3
  • Composer +1.9

Installation

The preferred installation method is composer:

composer require recipe-runner/rr-cli

Usage

Inside the folder ./bin, there is an executable file called rr

./bin/rr

Run your first recipe

  1. Copy the following YAML code into a file called example.rr.yml:
name: "Very simple example using IO module"

extra:
  rr:
    packages:
      "recipe-runner/io-module": "1.0.x-dev"
steps:
    - actions:
        - name: "Greeting"
          write: "Hi user. Welcome :)"
        - ask: "How are you? "
          register: "response"
        - write: "The Response was: '{{response['response']}}'"
  1. Run the recipe:
./bin/rr run example.rr.yml

Unit tests

You can run the unit tests with the following command:

$ cd rr-cli
$ composer test

License

This library is open-sourced software licensed under the MIT license.

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-06-14

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固