JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q28705F
  • License MIT

🤖 AI-Powered Development Assistant - Intelligent code analysis, problem solving, and terminal automation using Gemini API

Package Exports

  • macadida
  • macadida/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 (macadida) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

🤖 MacAdida - AI-Powered Development Assistant

npm version Downloads License: MIT Node.js Version

MacAdida is an intelligent AI-powered development assistant that revolutionizes your coding workflow. Built with Google's Gemini AI, it provides intelligent code analysis, automated problem-solving, smart terminal execution, and comprehensive project management.

✨ Key Features

🧠 AI-Powered Intelligence - Smart code analysis and problem-solving with Gemini AI
Smart Terminal - Intelligent command execution with safety checks
🔍 Code Analysis - Security, performance, and quality assessment
📁 Project Management - Automated setup, testing, and deployment
🎯 Interactive Mode - Continuous AI conversation about your code

🚀 Quick Installation

npm install -g macadida

Note: After installation, run npm install in the package directory to install dependencies, then use macadida config --setup-api to configure your Gemini API key.

⚙️ Quick Setup

  1. Install globally:

    npm install -g macadida
  2. Run initial setup:

    macadida setup
  3. Configure your Gemini API key:

    macadida config --setup-api

    Get your free API key at: Google AI Studio

  4. Start using MacAdida:

    macadida ai "Help me analyze my code"
    macadida interactive

📖 Usage Examples

🧠 AI Assistant

# Ask AI for coding help
macadida ai "How do I optimize this React component?"

# Analyze specific files
macadida ai "Review this file for bugs" --file src/app.js

# Interactive AI chat
macadida interactive

🔍 Code Analysis

# Analyze current directory
macadida analyze

# Security audit
macadida analyze --type security --fix

# Performance analysis
macadida analyze --type performance

# Watch for changes
macadida watch --auto-fix

⚡ Smart Terminal

# Execute with AI assistance
macadida exec "npm install react"

# Interactive mode with suggestions
macadida exec "git commit" --interactive

# Safe mode for dangerous commands
macadida exec "rm -rf node_modules" --safe

📁 Project Management

# Initialize new project
macadida project --init

# Setup React project
macadida project --setup react

# Deploy project
macadida project --deploy

# Run tests with analysis
macadida project --test

🎯 Core Commands

Command Description
macadida ai <prompt> Ask AI to solve coding problems
macadida interactive Start interactive AI chat mode
macadida analyze [path] Analyze code for issues
macadida exec <command> Execute commands with AI help
macadida project --init Initialize new project
macadida config --setup-api Setup Gemini API key
macadida setup Run initial setup wizard

🔧 Configuration

API Key Setup

macadida config --setup-api

View Settings

macadida config --list

Customize Settings

macadida config --set ai.temperature=0.7
macadida config --set terminal.safeMode=true

📊 Supported Technologies

  • Languages: JavaScript, TypeScript, Python, Rust, Go, Java, C/C++, PHP, Ruby
  • Frameworks: React, Vue, Angular, Node.js, Express, Django, Flask, Spring Boot
  • Tools: Docker, Git, npm, yarn, pip, cargo, maven, gradle
  • Cloud: AWS, Azure, GCP, Vercel, Netlify, Heroku

🔒 Security & Privacy

  • Local Processing: Most analysis happens on your machine
  • Secure Storage: API keys encrypted with AES-256-GCM
  • No Code Upload: Your code stays local unless explicitly shared
  • Privacy First: Optional telemetry with full transparency

🛠️ Requirements

  • Node.js: 16.0.0 or higher
  • npm: 8.0.0 or higher
  • Gemini API Key: Free at Google AI Studio

📈 What's New

Version 1.0.0

  • 🎉 Initial release with full AI integration
  • 🧠 Gemini 2.5 Pro AI model support
  • 🔍 Advanced code analysis engine
  • ⚡ Smart terminal execution
  • 📁 Project management automation
  • 🎯 Interactive AI chat mode

🤝 Contributing

We welcome contributions! See our Contributing Guide for details.

# Development setup
git clone https://github.com/engineermarcus/marcus-alias.git
cd marcus-alias
npm install
npm run dev

📄 License

MIT License - see LICENSE file for details.

📞 Support & Community

🌟 Show Your Support

If MacAdida helps you code better, please consider:


Made with ❤️ by Engineermarcus

Empowering developers with AI-driven productivity

⭐ Star on GitHub📦 View on npm🐛 Report Bug