Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

batect/hello-world-bundle

hello-world-bundle

Build Status License

A sample bundle for Batect.

It is intended to demonstrate a basic development experience for creating a bundle, including an automated test setup.

Usage

Setup

Add the following to your batect.yml:

include:
  - type: git
    repo: https://github.com/batect/hello-world-bundle.git
    ref: XXX # Replace with latest version from https://github.com/batect/hello-world-bundle/releases

Tasks

say-hello

Prints 'Hello world!' to the console.

Development

Run ./batect --list-tasks to see a list of available tasks for this project.