Skip to content

code Overview

GitHub Action edited this page May 21, 2026 · 1 revision

@quatrain/code

Source code management and Git utilities for Quatrain.

Purpose

This package is part of the Quatrain Core monorepo. It provides utilities and adapters for managing source code, Git repositories, and repository metadata within the Quatrain ecosystem.

HOWTO / Usage Examples

import { Code } from '@quatrain/code'

// Use Code management utilities

Conventions & Technical Details

  • Follows the standard Quatrain architecture patterns.
  • Ensure proper configuration before usage.
  • See the root monorepo documentation for more details on building and testing this package.

Clone this wiki locally