plugins

Home

Examples

Plugins

Components

News

cro-yaml

version: 0.0.2 |  date: 09/12/2021 |  Simple cro yaml file generator |  source code

# SYNOPSIS

Simple cro yaml file generator

# INSTALL

    $ s6 --install cro-yaml

# USAGE

    task-run "cro-yaml", "cro-yaml", %(
      app => "app.raku",
      id => "web_app",
      name => "my web app",
    );

Tomtit

    tom --profile cro

# Parameters

## app

Entrypoint path. Optional. Default value is `app.raku`

## id

Application id. Required

## name

Application description. Required

# Author

Alexey Melezhik