@commit451/salamander
v1.2.0
Published
Never be AFK
Readme
Salamander CLI
Never be AFK.
See the site for usage.
Command-line interface for Salamander AI runners. This tool allows you to run AI-powered command execution on your local machine and receive commands from the Salamander app.
Installation
You should first install Claude's CLI so that your machine has the needed claude command available.
npm install -g @commit451/salamanderUsage
Start the CLI
salamanderDevelopment
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build the project
npm run build
# Run the built version
npm startPublish
npm run pub