@retfings/miniclaude
v1.0.1
Published
A minimal Claude-like CLI assistant with tool use capabilities
Downloads
15
Readme
miniclaude
A minimal Claude-like CLI assistant with tool use capabilities.
Features
- 🤖 Interactive CLI assistant powered by Anthropic's Claude API
- 🛠️ Tool use capabilities for file operations and more
- 🎨 Beautiful terminal UI with React Ink
- ⚡ Fast and lightweight
Installation
npm install -g miniclaudeRequirements
- Node.js >= 18.0.0
- Anthropic API key
Usage
- Set up your API key in a
.envfile:
ANTHROPIC_API_KEY=your_api_key_here- Run the CLI:
miniclaudeOptions
-c, --config <path> Path to config file (default: .env)
-v, --verbose Verbose output
-h, --help Display help
-V, --version Display versionDevelopment
# Install dependencies
npm install
# Development mode
npm run dev
# Build
npm run build
# Run tests
npm test
# Lint
npm run lintLicense
ISC
