UNPKG

coconuts

Version:
42 lines (26 loc) 583 B
# coconuts The official command-line interface for GAIT - the Agent-Native Source Control Management System. ## Installation Install globally to use the `nut` command: ```bash npm install -g coconuts ``` Or run directly with npx: ```bash npx coconuts init npx coconuts serve ``` ## Usage After installation, use the `nut` command: ```bash # Initialize a new GAIT project nut init # Start the web interface nut serve # View all commands nut --help ``` ## Documentation For more information, visit the [GAIT documentation](https://github.com/bluer/gait). ## License MIT