rainbow-qa-cli
v1.0.0
Published
CLI for asking questions and giving rewards with rainbow text
Maintainers
Readme
Rainbow Q&A CLI
A fun command-line interface for asking questions and giving rewards in beautiful rainbow colors!
Installation
# Install dependencies
npm install
# Build the project
npm run build
# Link the CLI globally
npm linkUsage
# Ask a question
rainbow-qa ask "What is your favorite programming language?"
# Give a reward
rainbow-qa reward "You did a great job!"
# Run in interactive mode
rainbow-qaDevelopment
# Run in development mode
npm run dev