npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, πŸ‘‹, I’m Ryan HefnerΒ  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you πŸ™

Β© 2025 – Pkg Stats / Ryan Hefner

blue-beatle

v2.4.4

Published

πŸ€– AI-Powered Development Assistant - Intelligent code analysis, problem solving, and terminal automation using Gemini API

Readme

πŸ€– Blue Beatle - AI-Powered Development Assistant

npm version Downloads License: MIT Node.js Version

Blue Beatle 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 blue-beatle

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

βš™οΈ Quick Setup

  1. Install globally:

    npm install -g blue-beatle
  2. Run initial setup:

    blue-beatle setup
  3. Configure your Gemini API key:

    blue-beatle config --setup-api

    Get your free API key at: Google AI Studio

  4. Start using Blue Beatle:

    blue-beatle ai "Help me analyze my code"
    blue-beatle interactive

πŸ“– Usage Examples

🧠 AI Assistant

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

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

# Interactive AI chat
blue-beatle interactive

πŸ” Code Analysis

# Analyze current directory
blue-beatle analyze

# Security audit
blue-beatle analyze --type security --fix

# Performance analysis
blue-beatle analyze --type performance

# Watch for changes
blue-beatle watch --auto-fix

⚑ Smart Terminal

# Execute with AI assistance
blue-beatle exec "npm install react"

# Interactive mode with suggestions
blue-beatle exec "git commit" --interactive

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

πŸ“ Project Management

# Initialize new project
blue-beatle project --init

# Setup React project
blue-beatle project --setup react

# Deploy project
blue-beatle project --deploy

# Run tests with analysis
blue-beatle project --test

🎯 Core Commands

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

πŸ”§ Configuration

API Key Setup

blue-beatle 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