Skip to content

recipe-runner/module-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module Name

Description of the module goes here.

Please, review all the files before first commit.

Requires

Installation

Create a recipe and add the module to the packages section:

name: "Your recipe name"
extra:
  rr:
    packages:
      "vendor-name/module-name": "1.0.x-dev"

Methods

method_name

Description of the method goes here. Types allowed: number, string, array, null

Parameters

  • parameter1 (type) Description of the parameter1.
  • parameter2 (type) Description of the parameter2.

Return values

  • name1 (type) Description of the name1

Examples

steps:
  - actions:
      - method_name: "bla bla"

For module developers

The preferred installation method is Composer:

$ composer require vendor-name/module-name

Unit tests

You can run the unit tests with the following command:

$ cd module-dir
$ composer test

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages