ag-toolkit
v0.5.0
Published
Shared library for agbd and agrb
Readme
aglib
aglib is a library that provides shared functionality for the agbd and agrb CLI tools.
Features Included
- UI Components: Interactive UI components using Ink.
- Git Operations: Git command utilities wrapping
simple-git. - Configuration Management: Functions for reading, writing, and managing configuration files.
- Other Utilities: Argument parsers, validation functions, etc.
Development
This library is intended to be used by the agbd and agrb projects.
# Install dependencies
bun install
# Build
bun run build
# Development (watch)
bun run dev
# Lint (check/fix)
bun run test
bun run lintLicense
MIT
