Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
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


JSR Score
70%
Published
a year ago (0.7.0)
Clojure Pipeline
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
Add Package
deno add jsr:@fluentci/clojure
Import symbol
import * as clojure from "@fluentci/clojure";
Import directly with a jsr specifier
import * as clojure from "jsr:@fluentci/clojure";
Add Package
pnpm i jsr:@fluentci/clojure
pnpm dlx jsr add @fluentci/clojure
Import symbol
import * as clojure from "@fluentci/clojure";
Add Package
yarn add jsr:@fluentci/clojure
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";