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-integrationBuilt and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, 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 underinstall/andconfig/. - Code location: this folder hosts the source.
Current Status
- Commands located in
src/commands/**; installer configs/templates underinstall/andconfig/. - 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
- Read parent EaC docs plus this project’s
AGENTSandGUIDE. - Declare intent before editing; summarize outcomes and open questions in this README or a short log.
- Capture provenance and release channels in
UPSTREAM.mdwhen publishing to jsr/npm; note install target assumptions. - Keep links relative; reference dependent EaC modules and micro-frameworks when installer behavior changes.
- Record prompts/scripts used for automation in doc references.
Built and signed on
GitHub Actions
Add Package
deno add jsr:@fathym/eac-install
Import symbol
import * as eac_install from "@fathym/eac-install";
Import directly with a jsr specifier
import * as eac_install from "jsr:@fathym/eac-install";
Add Package
pnpm i jsr:@fathym/eac-install
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
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";