Skip to main content
Home
This release is a pre-release — the latest non-prerelease version of @fathym/eac-install is 0.0.74. Jump to this version

@fathym/eac-install@0.0.88-integration
Built and signed on GitHub Actions

It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
35%
Published
a week ago (0.0.88-integration)

FrontmatterVersion: 1 DocumentType: Guide Title: Fathym EaC Install Summary: Installer/CLI utilities for bootstrapping Everything-as-Code projects. Created: 2025-11-20 Updated: 2025-11-20 Owners:

  • fathym References:
  • Label: EaC App Runtime Area README Path: ../README.md
  • Label: EaC App Runtime Area AGENTS Path: ../AGENTS.md
  • Label: EaC App Runtime Area GUIDE Path: ../GUIDE.md
  • Label: Projects README Path: ../../README.md
  • Label: Projects AGENTS Path: ../../AGENTS.md
  • Label: Projects GUIDE Path: ../../GUIDE.md
  • Label: Workspace README Path: ../../../README.md
  • Label: Workspace AGENTS Path: ../../../AGENTS.md
  • Label: Workspace GUIDE Path: ../../../WORKSPACE_GUIDE.md

Fathym EaC Install

Installer/CLI utilities for bootstrapping EaC projects and environments.

  • Goal: provide commands for installing/configuring EaC assets across projects and runtimes.
  • Outputs: CLI entrypoints (install.ts, src/commands/**) and supporting config/templates under install/ and config/.
  • Code location: this folder hosts the source.

Current Status

  • Commands located in src/commands/**; installer configs/templates under install/ and config/.
  • Tasks: deno task test, deno task test:installer, deno task build, deno task publish:check, deno task deploy, deno task version.
  • Licensing: MIT (non-commercial) with commercial option; see LICENSE.

How to Work in This Pod

  1. Read parent EaC docs plus this project’s AGENTS and GUIDE.
  2. Declare intent before editing; summarize outcomes and open questions in this README or a short log.
  3. Capture provenance and release channels in UPSTREAM.md when publishing to jsr/npm; note install target assumptions.
  4. Keep links relative; reference dependent EaC modules and micro-frameworks when installer behavior changes.
  5. Record prompts/scripts used for automation in doc references.
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:@fathym/eac-install

Import symbol

import * as eac_install from "@fathym/eac-install";
or

Import directly with a jsr specifier

import * as eac_install from "jsr:@fathym/eac-install";

Add Package

pnpm i jsr:@fathym/eac-install
or (using pnpm 10.8 or older)
pnpm dlx jsr add @fathym/eac-install

Import symbol

import * as eac_install from "@fathym/eac-install";

Add Package

yarn add jsr:@fathym/eac-install
or (using Yarn 4.8 or older)
yarn dlx jsr add @fathym/eac-install

Import symbol

import * as eac_install from "@fathym/eac-install";

Add Package

vlt install jsr:@fathym/eac-install

Import symbol

import * as eac_install from "@fathym/eac-install";

Add Package

npx jsr add @fathym/eac-install

Import symbol

import * as eac_install from "@fathym/eac-install";

Add Package

bunx jsr add @fathym/eac-install

Import symbol

import * as eac_install from "@fathym/eac-install";