JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q51882F
  • License ISC

A powerful AI assistant for your terminal powered by Groq

Package Exports

  • @devangkumar/dvai
  • @devangkumar/dvai/src/app.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-terminal

Setup

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.

  1. Get a free key from Google AI Studio.
  2. Edit src/index.js and replace REPLACE_WITH_YOUR_GEMINI_API_KEY with your actual key.

Usage

Quick Question

myai "How do I reverse a string in JavaScript?"

Interactive Mode

myai chat

Development

To test locally:

npm install
npm link
myai chat

License

ISC