Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
tsirysndr/daggerverseThis module provides a set of functions for Flox Projects
Module: Flox
Returns a Container with flox installed.
🚀 Usage
dagger -m github.com/tsirysndr/daggerverse/flox call \ dev terminal dagger -m github.com/tsirysndr/daggerverse/flox call \ install --pkgs <packages> terminal
🧑🔬 Example
dagger -m github.com/tsirysndr/daggerverse/flox call \ install --pkgs gh,jq terminal
🧑💻 Programmatic usage
import { install } from 'jsr:@fx/flox'; await install(".", ["gh,jq"]);
Built and signed on
GitHub Actions
Add Package
deno add jsr:@fx/flox
Import symbol
import * as flox from "@fx/flox";
Import directly with a jsr specifier
import * as flox from "jsr:@fx/flox";
Add Package
pnpm i jsr:@fx/flox
pnpm dlx jsr add @fx/flox
Import symbol
import * as flox from "@fx/flox";
Add Package
yarn add jsr:@fx/flox
yarn dlx jsr add @fx/flox
Import symbol
import * as flox from "@fx/flox";
Add Package
vlt install jsr:@fx/flox
Import symbol
import * as flox from "@fx/flox";
Add Package
npx jsr add @fx/flox
Import symbol
import * as flox from "@fx/flox";
Add Package
bunx jsr add @fx/flox
Import symbol
import * as flox from "@fx/flox";