JSPM

@bonginkan/maria

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

MARIA Platform v1.6.7 "Algorithm Education Revolution" - Lightweight OSS CLI with Essential Commands (Only 2 Dependencies)

Package Exports

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

Readme

ðŸĪ– MARIA Platform v1.6.7 "Algorithm Education Revolution"

TypeScript Node.js npm Downloads License Dependencies

🎉 MARIA Platform v1.6.7 "Algorithm Education Revolution" - Lightweight OSS CLI with Essential Commands and Interactive Mode! Only 2 Dependencies for minimal footprint.

🌟 Lightweight OSS Distribution

MARIA OSS provides the core foundation of the MARIA Platform in a minimal, lightweight package perfect for:

  • Students: Learning algorithm fundamentals with interactive CLI
  • Developers: Basic AI-powered development assistance
  • Open Source Projects: Minimal dependency CLI tool
  • Educational Use: Algorithm education foundation

âœĻ Key Features

  • ðŸŠķ Ultra-Lightweight: Only 2 production dependencies (chalk + commander)
  • ⚡ Fast Installation: Quick setup with minimal package downloads
  • 🔧 Essential Commands: Core CLI functionality with interactive mode
  • 📚 Setup Documentation: Comprehensive setup guides included
  • 🎓 Algorithm Foundation: Educational platform base

🚀 Quick Start

Installation

# Install globally via npm
npm install -g @bonginkan/maria

# Verify installation
maria --version
# Output: MARIA Platform v1.6.7 "Algorithm Education Revolution"

# Start interactive mode
maria

Basic Usage

# Interactive mode (default entry point)
maria

# Available commands:
maria chat        # Interactive mode with basic commands
maria version     # Show version information  
maria status      # Show system status

Interactive Mode Commands

# Within interactive mode:
> help             # Show available commands
> status           # System status
> exit             # Exit MARIA

ðŸ“Ķ Package Information

  • Package Size: Minimal footprint
  • Dependencies: Only 2 production dependencies
  • Node.js: 18.0.0 - 22.x supported
  • Platforms: macOS, Linux, Windows
  • License: MIT

Dependencies

{
  "dependencies": {
    "chalk": "^5.3.0",      // Terminal colors
    "commander": "^12.0.0"  // CLI framework
  }
}

ðŸŽŊ OSS vs Full Platform

ðŸŠķ OSS Distribution (This Package)

  • ✅ Lightweight CLI framework
  • ✅ Basic interactive mode
  • ✅ Essential commands (chat, version, status)
  • ✅ Setup documentation
  • ✅ Algorithm education foundation
  • ✅ Only 2 dependencies

🚀 Full Platform (maria-code.vercel.app)

  • ðŸŽŊ 22+ AI Models (GPT, Claude, Gemini, Local LLMs)
  • ðŸŽŊ 36+ Slash Commands (/code, /bug, /lint, etc.)
  • ðŸŽŊ 50 Cognitive AI Modes
  • ðŸŽŊ Advanced Code Quality Analysis
  • ðŸŽŊ Multi-Agent Orchestration
  • ðŸŽŊ Enterprise Features

📚 Documentation

Setup Guides

Installation Methods

# Global installation (recommended)
npm install -g @bonginkan/maria

# Using yarn
yarn global add @bonginkan/maria

# Using pnpm  
pnpm add -g @bonginkan/maria

# Run without installing
npx @bonginkan/maria

🔧 Development

Build from Source

# Clone repository
git clone https://github.com/bonginkan/maria.git
cd maria/maria-oss

# Install dependencies
pnpm install

# Build
pnpm build

# Test locally
./bin/maria

Requirements

  • Node.js: 18.0.0 - 22.x
  • npm: 8.0.0+
  • Memory: 512MB+ available
  • Storage: 100MB for package

🌟 Why Choose MARIA OSS?

✅ Minimal Dependencies

  • Only 2 production dependencies
  • Fast installation and updates
  • Reduced security surface area
  • Clean dependency tree

✅ Educational Focus

  • Algorithm education foundation
  • Interactive learning platform base
  • Computer science curriculum support
  • Setup documentation included

✅ Open Source Friendly

  • MIT License
  • Clean, simple codebase
  • Easy to understand and extend
  • Perfect for learning and education

✅ Professional Quality

  • TypeScript implementation
  • Comprehensive documentation
  • Consistent CLI patterns
  • Industry-standard practices

📄 License

MIT License - see LICENSE for details.

🚀 Upgrade Path

Start with MARIA OSS and upgrade to the full platform when you need advanced features:

# OSS: Basic CLI with 2 dependencies
npm install -g @bonginkan/maria

# Full Platform: Complete AI development suite
# Visit: https://maria-code.vercel.app

Experience the Algorithm Education Revolution with MARIA Platform v1.6.7

🚀 Start your journey: npm install -g @bonginkan/maria && maria