shoemaker-elves
v0.1.7
Published
A CLI tool that breaks down large projects into atomic tasks and runs each task through an AI coding agent automatically
Downloads
6
Maintainers
Readme
shoemaker-elves
A CLI tool that breaks down large projects into atomic tasks and runs each task through an AI coding agent automatically using a hook-driven chain.
Installation
npm install -g shoemaker-elvesOr use with npx (no installation required):
npx shoemaker-elves --helpUsage
shoemaker-elves --help
shoemaker-elves init
shoemaker-elves plan "Build a web application"
shoemaker-elves runPlatform Support
This package automatically downloads the appropriate binary for your platform during installation:
- macOS: darwin-arm64 (Apple Silicon), darwin-x64 (Intel)
- Linux: linux-x64, linux-arm64
- Windows: win-x64
Requirements
- Node.js 16.0.0 or later
Manual Installation
If automatic installation fails, you can manually install the binary:
- Download the binary for your platform from the releases page
- Place it in
node_modules/shoemaker-elves/bin/ - Make it executable (Unix/Mac):
chmod +x <binary-path>
Security
Binary downloads are verified using SHA256 checksums published with each release.
License
MIT
