Install dash in under a minute.
What you need
- Node.js 18+
- Git (you probably have this)
- Groq API key - Free at console.groq.com/keys
- GitHub CLI - Optional, only for PRs and issues. Get it at cli.github.com
Install
Done. Now run:
dash setupThis checks your setup and helps configure GitHub CLI if you have it.
Linux users: If you have the system shell
dashinstalled (common on Debian/Ubuntu), usedash-cliinstead ofdashfor all commands. Both work identically.
Add your API key
Get your free API key from Groq Console, then:
dash config set GROQ_API_KEY=gsk_your_key_hereOr use an environment variable:
export GROQ_API_KEY=gsk_your_key_hereGitHub CLI (optional)
If you want to use dash pr or dash issue commands, authenticate GitHub CLI:
gh auth loginSkip this if you only want commit message generation.
Test it
dash --versionIf you see a version number, you're ready.
git add .
dash commitUpdate dash
npm update -g @koushik_xd/dashNeed help? Check the FAQ or open an issue.