rescript-fluentci

0.1.5 • Public • Published

FluentCI Rescript SDK

This is the official FluentCI SDK for Rescript. It allows you to write CI/CD pipelines in Rescript.

Installation

bun add rescript-fluentci

Quick Start

open FluentCI
open FluentCI.Deno

let output =
  await dag
  ->Client.pipeline(~name="demo")
  ->Pipeline.withExec(["echo", "Hello World!"])
  ->Pipeline.stdout

Console.log(output)

Run the following command to execute the pipeline:

bun run res:build
fluentci-engine run -- deno run -A src/Demo.res.mjs  

See fluentci-engine and fluentci for more information.

/rescript-fluentci/

    Package Sidebar

    Install

    npm i rescript-fluentci

    Weekly Downloads

    11

    Version

    0.1.5

    License

    MIT

    Unpacked Size

    91.9 kB

    Total Files

    22

    Last publish

    Collaborators

    • tsiry.sndr