A fun command-line interface for asking questions and giving rewards in beautiful rainbow colors!
# Install dependencies
npm install
# Build the project
npm run build
# Link the CLI globally
npm link
# 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-qa
# Run in development mode
npm run dev