UNPKG

git-contextor

Version:

A code context tool with vector search and real-time monitoring, with optional Git integration.

5 lines (3 loc) 126 B
// This utility just re-exports 'ora' for consistent usage across the CLI. const ora = require('ora'); module.exports = ora;