Skip to main content
Home

@fx/flox@0.1.1
Built and signed on GitHub Actions

This module provides a set of functions for Flox 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
76%
Published
2 years ago (0.1.1)

Module: Flox

dagger-min-version deno compatibility

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

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:@fx/flox

Import symbol

import * as flox from "@fx/flox";
or

Import directly with a jsr specifier

import * as flox from "jsr:@fx/flox";

Add Package

pnpm i jsr:@fx/flox
or (using pnpm 10.8 or older)
pnpm dlx jsr add @fx/flox

Import symbol

import * as flox from "@fx/flox";

Add Package

yarn add jsr:@fx/flox
or (using Yarn 4.8 or older)
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";