chainhunt-cli
v1.0.0
Published
CLI for fetching and executing Makefiles from terminal-hunt app
Readme
chainhunt-cli
A beautiful CLI tool for fetching and executing Makefile-like scripts from the chainhunt app. Supports colored output, ticks/crosses, and multi-step commands with directory changes.
Features
- Fetches commands from the chainhunt API
- Displays commands in a clean, readable format
- Supports multi-step commands with
cdfor changing directories - Shows ticks (✔) for successful commands and crosses (✖) for failed commands
- Colored output for better readability
Installation
npm install -g chainhunt-cli
Usage
Find an app on chainhunt that you want to run.
Copy the app's unique name (e.g.,
test-app).Run the app's default command:
hunt <app-name>For example:
hunt test-chainhuntRun a specific command from the app:
hunt <app-name> <command-name>For example:
hunt test-app build
Demo
// TODO: Add a demo GIF
License
This project is licensed under the MIT License.
