claude-code-execute
v1.5.1
Published
Executes code snippets within a Claude-powerejd interactive environment.
Readme
claude-code-execute
A command-line tool for executing prompts with Claude Code until idle.
Installation
npm install -g claude-code-executeUsage
You can use either the full command name or the short alias:
# Full command
claude-code-execute "your prompt here"
# Short alias
ccx "your prompt here"Development
# Install dependencies
bun install
# Run in development mode
bun run dev
# Build for production
bun run build
# Run tests
bun run test
# Format code
bun run fmtSee also
- Using Github Copilot? See also: https://github.com/snomiao/copilot-continue.user.js
License
MIT
