inteli-packs
v1.0.9
Published
Smart developer assistant for Node.js project optimization using 12+ AI providers with automatic fallback
Maintainers
Readme
Inteli-Packs: Your Smart Node.js Project Assistant
Inteli-Packs is a powerful command-line interface (CLI) tool designed to optimize your Node.js projects. Leveraging the capabilities of 12+ leading AI providers with automatic fallback, Inteli-Packs analyzes your project's dependencies, identifies potential issues, and suggests improvements for security, testing, DevOps practices, and overall code quality.
Features
- Comprehensive Dependency Analysis: Identifies unused, missing, and outdated packages.
- Multi-Provider AI Integration: Utilizes Gemini, OpenAI, Claude, OpenRouter, Azure, Cohere, Hugging Face, Replicate, Together, Perplexity, Groq, Ollama, and Llama for enhanced analysis and suggestions. Automatic fallback ensures consistent functionality even if one provider is unavailable.
- Actionable Recommendations: Provides clear and concise recommendations for optimization, including specific code changes and best practices.
- Security Enhancements: Identifies potential security vulnerabilities in your dependencies and suggests mitigation strategies.
- Improved Testing: Analyzes your testing strategy and suggests improvements for better code coverage and reliability.
- DevOps Best Practices: Provides guidance on improving your DevOps workflow, including CI/CD pipelines and infrastructure management.
- Enhanced Code Quality: Offers suggestions for improving code style, readability, and maintainability.
- Cross-Platform Support: Works seamlessly on macOS, Linux, and Windows.
- Extensible Plugin System: Easily extend Inteli-Packs functionality with custom plugins.
Quick Start
Install Inteli-Packs:
npm install -g inteli-packsGet your API key:
- Visit Google AI Studio for Gemini
- Visit Groq Console for Groq (free tier available)
- Or use any of the supported AI providers
Set up environment variables:
# Copy the example file cp .env.example .env # Edit with your API keys nano .envRun the analysis:
inteli-packs
Installation
Inteli-Packs requires Node.js version 16.0.0 or higher and npm version 8.0.0 or higher. Install it globally using npm:
bash npm install -g inteli-packs
Usage
After installation, you can use Inteli-Packs in your Node.js project directory:
Basic Analysis:
bash inteli-packs analyze This command performs a comprehensive analysis of your project's dependencies and provides a report.
Verbose Output:
bash
inteli-packs analyze --verbose
Use the --verbose flag for more detailed output.
Specific Analysis (e.g., security):
bash
inteli-packs security
This command focuses specifically on security aspects of your project. Other commands include inteli-packs testing, inteli-packs devops, etc. Run inteli-packs --help for a complete list of commands.
Initialization:
To initialize a new project with Inteli-Packs, run:
bash inteli-packs init This will create a basic project structure and configuration files.
API Documentation
While Inteli-Packs primarily functions as a CLI tool, its core functionality is modular and can be accessed programmatically. Detailed API documentation will be available in a future release.
Contributing
We welcome contributions to Inteli-Packs! Please see the CONTRIBUTING.md file for guidelines on how to contribute.
License
Inteli-Packs is licensed under the MIT License - see the LICENSE file for details.
Documentation
For detailed documentation and examples, please refer to our documentation site: link to docs site (To be updated with actual link after deployment) You can build the documentation locally using:
bash npm run setup-docs npm run docs:dev
Support
For support and questions, please open an issue on our GitHub repository: https://github.com/Nom-nom-hub/inteli-packs/issues
This README provides a comprehensive overview of Inteli-Packs. Remember to replace placeholder links with actual links once the documentation site is deployed. Consider adding a section on supported AI providers with brief descriptions of their capabilities within Inteli-Packs.
