Skip to main content
Home

Built and signed on GitHub Actions

A ready-to-use CI/CD Pipeline for your Clojure 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
a year ago (0.7.0)

Clojure Pipeline

fluentci pipeline deno compatibility codecov

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

🚀 Usage

Run the following command:

fluentci run clojure_pipeline

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

fluentci init -t clojure

This will create a .fluentci folder in your project.

Now you can run the pipeline with:

fluentci run .

Or simply:

fluentci

Dagger Module

Use as a Dagger module:

dagger install github.com/fluent-ci-templates/clojure-pipeline@main

Jobs

Job Description
test Run the tests
uberjar Build an uberjar
uberjar(
  src: Directory | string
): Promise<Directory | string>

test(src: Directory | string): Promise<string>

Programmatic usage

You can also use this pipeline programmatically :

import { test, uberjar } from "jsr:@fluentci/clojure";

await test();
await uberjar();
Built and signed on
GitHub Actions

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.

Add Package

deno add jsr:@fluentci/clojure

Import symbol

import * as clojure from "@fluentci/clojure";
or

Import directly with a jsr specifier

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

Add Package

pnpm i jsr:@fluentci/clojure
or (using pnpm 10.8 or older)
pnpm dlx jsr add @fluentci/clojure

Import symbol

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

Add Package

yarn add jsr:@fluentci/clojure
or (using Yarn 4.8 or older)
yarn dlx jsr add @fluentci/clojure

Import symbol

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

Add Package

vlt install jsr:@fluentci/clojure

Import symbol

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

Add Package

npx jsr add @fluentci/clojure

Import symbol

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

Add Package

bunx jsr add @fluentci/clojure

Import symbol

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