Skip to main content

Built and signed on GitHub Actions

A ready-to-use CI/CD Pipeline for Elixir projects.

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
70%
Published
10 months ago (0.10.0)

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Elixir Pipeline

fluentci pipeline deno module deno compatibility dagger-min-version

A ready-to-use CI/CD Pipeline for Elixir projects.

🚀 Usage

Run the following command in your project root:

fluentci run elixir_pipeline

Or, if you want to use it as a template:

fluentci init -t elixir

This will create a .fluentci folder in your project.

Now you can run the pipeline with:

fluentci run .

Dagger Module

Use as a Dagger Module:

dagger mod install github.com/fluent-ci-templates/elixir-pipeline@mod

Jobs

Job Description
compile Compile your code
test Run your tests
compile(src: Directory | string): Promise<Directory | string>
test(src: Directory | string): Promise<string>

Programmatic usage

You can also use this pipeline programmatically:

import { test } from "jsr:@fluentci/elixir";

await test(".");
Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@fluentci/elixir

Import symbol

import * as elixir from "@fluentci/elixir";

---- OR ----

Import directly with a jsr specifier

import * as elixir from "jsr:@fluentci/elixir";

Add Package

npx jsr add @fluentci/elixir

Import symbol

import * as elixir from "@fluentci/elixir";

Add Package

yarn dlx jsr add @fluentci/elixir

Import symbol

import * as elixir from "@fluentci/elixir";

Add Package

pnpm dlx jsr add @fluentci/elixir

Import symbol

import * as elixir from "@fluentci/elixir";

Add Package

bunx jsr add @fluentci/elixir

Import symbol

import * as elixir from "@fluentci/elixir";