Skip to content

fluent-ci-templates/base-pipeline

Repository files navigation

Base Pipeline

fluentci pipeline deno compatibility

This repository contains a minimal pipeline for a Fluent CI project. It is intended to be used as a template for new projects. Reusing this template will allow you to get started with Fluent CI in a matter of minutes, just run the following command:

fluentci init

Files Tree Layout

src
|-- helpers.ts  : Contains helper functions
|-- jobs.ts     : Contains the job definitions
|-- mod.ts      : This is the entry point of the module
|-- pipeline.ts : Contains the pipeline definition
`-- runner.ts   : Contains the runner function