Skip to main content

Crate humanize_cli_core

Crate humanize_cli_core 

Source
Expand description

Humanize Core Library

This library provides the core functionality for the Humanize plugin workflows, including state management, file operations, git interactions, and hook validation.

Re-exports§

pub use state::State;
pub use constants::*;

Modules§

codex
Codex command helpers for Humanize.
constants
Constants used throughout the Humanize plugin.
fs
File system operations for Humanize.
git
Git operations for Humanize.
hooks
Hook validation logic for Humanize.
state
State management for Humanize loops.
template
Template loading and single-pass variable rendering for Humanize.