0.0.4 • Published 7 months ago
@cli-upkaran/core v0.0.4
@cli-upkaran/core
Core utilities, types, and plugin system for cli-upkaran
.
This package provides the essential building blocks for the cli-upkaran
toolkit and its plugins.
Features
- Defines core types (
GlobalConfig
,PluginConfig
,CommandDefinition
, etc.) - Plugin loading mechanism (
plugin-loader.ts
) - Configuration management (
config.ts
) - Shared utilities (e.g.,
logger.ts
) - Custom error classes (
error.ts
)
Installation
This package is primarily intended as a dependency for cli-upkaran
plugins.
pnpm add @cli-upkaran/core
Usage
Plugin developers will import types and potentially utilities from this package.
import type {
CommandDefinition,
CommandPlugin,
RegisterCommandsFn
} from '@cli-upkaran/core';
// ... plugin code ...
Contributing
See the main CONTRIBUTING.md in the root of the repository.
License
MIT - See the main LICENSE file in the root of the repository.
0.0.4
7 months ago
0.0.3
7 months ago
0.0.2
7 months ago
0.0.2-latest.2
7 months ago
0.0.2-beta.1
7 months ago
0.0.2-beta.0
7 months ago