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
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 macadidaNote: After installation, run
npm installin the package directory to install dependencies, then usemacadida config --setup-apito configure your Gemini API key.
⚙️ Quick Setup
Install globally:
npm install -g macadida
Run initial setup:
macadida setup
Configure your Gemini API key:
macadida config --setup-api
Get your free API key at: Google AI Studio
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-apiView Settings
macadida config --listCustomize 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
- 📖 Documentation: GitHub Wiki
- 🐛 Bug Reports: GitHub Issues
- 💬 Discussions: GitHub Discussions
- 📧 Email: engineermarcus72@gmail.com
🌟 Show Your Support
If MacAdida helps you code better, please consider:
Made with ❤️ by Engineermarcus
Empowering developers with AI-driven productivity