Skip to main content

Built and signed on GitHub Actions

Awesome Continuous Integration - Lot's of tools for git, file and static source code analysis.

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
76%
Published
a year ago (0.1.2)

Module: Awesome CI

dagger-min-version deno compatibility

Returns a Container with awesome-ci installed.

🚀 Usage

dagger call -m github.com/tsirysndr/daggerverse/awesome-ci dev --src <source> terminal

🧑‍🔬 Example

dagger call -m github.com/tsirysndr/daggerverse/awesome-ci dev --src . terminal

🧑‍💻 Programmatic usage

import { gitConflicts } from 'jsr:@fx/awesome-ci';

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

Add Package

deno add jsr:@fx/awesome-ci

Import symbol

import * as awesome_ci from "@fx/awesome-ci";

---- OR ----

Import directly with a jsr specifier

import * as awesome_ci from "jsr:@fx/awesome-ci";

Add Package

npx jsr add @fx/awesome-ci

Import symbol

import * as awesome_ci from "@fx/awesome-ci";

Add Package

yarn dlx jsr add @fx/awesome-ci

Import symbol

import * as awesome_ci from "@fx/awesome-ci";

Add Package

pnpm dlx jsr add @fx/awesome-ci

Import symbol

import * as awesome_ci from "@fx/awesome-ci";

Add Package

bunx jsr add @fx/awesome-ci

Import symbol

import * as awesome_ci from "@fx/awesome-ci";