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"
ð 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
- SETUP.md - Complete setup instructions
- GETTING_STARTED.md - Quick start guide
- COMMANDS.md - Command reference
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
ð Links
- NPM Package: npmjs.com/package/@bonginkan/maria
- GitHub Repository: github.com/bonginkan/maria
- Full Platform: maria-code.vercel.app
- Support: GitHub Issues
ð 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