0.0.4 • Published 7 months ago
@cli-upkaran/digest v0.0.4
@cli-upkaran/digest
The digest
command implementation for cli-upkaran
.
This package provides the digest
command, which processes local files using a data preparation pipeline to create a consolidated output, often used for feeding codebase context to LLMs.
Features
- Provides the
digest
command (e.g.,@cli-upkaran/digest:digest
). - Uses the
@cli-upkaran/adapter-filesystem
to read local files. - Supports include/exclude patterns and ignore files.
- Integrates with
@cli-upkaran/dataprep-core
for potential transformations (like whitespace removal, chunking - if implemented). - Outputs to specified file formats (e.g., Markdown, JSON).
Installation
This plugin is typically installed and managed via the main cli-upkaran
tool:
cli-upkaran plugins add @cli-upkaran/digest --install
Usage
Once registered, use the command via the main CLI:
cli-upkaran @cli-upkaran/digest:digest --output codebase.md --ignore "**/*.log" node_modules
# Check help for specific options
cli-upkaran @cli-upkaran/digest:digest --help
(Note: The exact command name used for invocation (@cli-upkaran/digest:digest
) depends on the core CLI's naming convention.)
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.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