Package Exports
- @devangkumar/dvai
- @devangkumar/dvai/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@devangkumar/dvai) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
MyAI Terminal 🚀
A stunning, powerful AI assistant built directly into your terminal. Powered by Gemini.
Features
- ✨ Beautiful UI: Rich terminal colors and smooth animations.
- 💬 Interactive Chat: Conversational AI experience.
- ⚡ Quick Questions: One-shot answers from your command line.
- 🆓 Free to use: Just add your Gemini API key.
Installation
npm install -g myai-terminalSetup
To make this work, you need to add your Google Gemini API Key in the source code (as requested for a hardcoded experience) or set it up in src/index.js.
- Get a free key from Google AI Studio.
- Edit
src/index.jsand replaceREPLACE_WITH_YOUR_GEMINI_API_KEYwith your actual key.
Usage
Quick Question
myai "How do I reverse a string in JavaScript?"Interactive Mode
myai chatDevelopment
To test locally:
npm install
npm link
myai chatLicense
ISC