UNPKG

@commit451/salamander

Version:

Never be AFK

56 lines (40 loc) 924 B
# Salamander CLI Never be AFK. 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](https://docs.anthropic.com/en/docs/claude-code/cli-reference) so that your machine has the needed `claude` command available. ```bash npm install -g @commit451/salamander ``` ## Usage ### Start the CLI (main interface) ```bash salamander ``` ### Create a new runner ```bash salamander create ``` ### Start runner selection ```bash salamander start ``` ### Logout ```bash salamander logout ``` ## Development ```bash # Install dependencies npm install # Run in development mode npm run dev # Build the project npm run build # Run the built version npm start ``` ## Publish ``` npm run pub ```