anthill-gen
v1.0.9
Published
Command line tool that creates and modifies source code for your projects.
Downloads
639
Readme
anthill-gen beta##
Command line tool that creates and modifies source code for your projects.
Uses agents to build code piece by piece or coordinate changes across multiple files. Add new features, write unit tests, create new projects all from a single prompt.
How it works
Tell anthill-gen what you want to build. anthill-gen will then spawn agents on the fly that generate tasks to fulfill your given instructions. Watch your code change in real time.
Installation
Install node and npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
Install anthill-gen globally:
npm install -g anthill-gen
Usage Examples
- From scratch:
anthill-gen --objectives 'build a crypto meme token for ethereum. include instructions explaining how to deploy to ethereum' --anthropic_key '<your anthropic api key>'
- Changes to existing projects:
anthill-gen --objectives 'generate unit tests for home dashboard business logic' --anthropic_key '<your anthropic api key>'
anthill-gen --objectives 'add login to the home page with facebook or google login options. include instructions in a file explaining how to complete the set up on the facebook and google consoles.'--anthropic_key '<your anthropic api key>'
Warning
Destructive operation. Always make a back up of you directory before running anthill-gen