Skip to main content
Home

@fathym/eac@0.2.131
Built and signed on GitHub Actions

This library contains the core types for Fathym's Everything as Code (EaC) framework.

This package works with Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
82%
Published
a month ago (0.2.131)

Everything as Code

Everything as Code is an API to use to manage an enterprise's products and code in a future-proof, cloud and code agnostic way. It allows for managing all aspects of DevOps as config with the ability to customize.

Licensing

This project is licensed under our MIT (Non-Commercial) License for individual and educational use. For commercial use, please refer to COMMERCIAL_LICENSE.md and contact us to obtain a commercial license.

Usage

This API provides a comprehensive solution for managing your enterprise's products and code. It is designed to be future-proof and cloud and code agnostic, meaning it can adapt to any changes in your tech stack or cloud provider.

Features

  • Future-Proof: The API is designed to adapt to changes in technology, ensuring your enterprise is always ready for the future.
  • Cloud and Code Agnostic: It works with any tech stack or cloud provider, giving you the flexibility to choose the best options for your enterprise.
  • DevOps as Config: Manage all aspects of DevOps as config, making it easier to maintain and update your systems.
  • Customizable: The API can be customized to suit your enterprise's specific needs.

Getting Started

To start using Everything as Code, follow the steps below:

  1. Start by signing in or signing up for a Fathym account.
  2. Generate a new API security token.
  3. Configure the EaC modules you would like to use.
  4. Start managing your products and code.
  5. Create custom modules for your EaC or re-configure the existing modules to meet your needs.

For more detailed instructions, refer to the official documentation.

Support

If you encounter any issues or have any questions, please contact our support team.

License

Everything as Code is licensed under MIT.

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

Import symbol

import * as eac from "@fathym/eac";
or

Import directly with a jsr specifier

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

Add Package

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

Import symbol

import * as eac from "@fathym/eac";

Add Package

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

Import symbol

import * as eac from "@fathym/eac";

Add Package

vlt install jsr:@fathym/eac

Import symbol

import * as eac from "@fathym/eac";

Add Package

npx jsr add @fathym/eac

Import symbol

import * as eac from "@fathym/eac";

Add Package

bunx jsr add @fathym/eac

Import symbol

import * as eac from "@fathym/eac";