UNPKG

context-engineer-cli

Version:

A powerful CLI tool for assembling file contexts for LLM prompts with advanced pattern filtering, folder operations, and flexible output control

7 lines (6 loc) 190 B
#!/usr/bin/env node // Import and run the main application import('../dist/index.js').catch(error => { console.error('Error loading context-engineer:', error); process.exit(1); });