@keleshteri/devops-bot v1.0.72
DevOps Bot for NestJS
A comprehensive DevOps automation solution that integrates GitLab, Slack, ClickUp, and AI-powered code reviews.
Installation
npm install @keleshteri/devops-botImportant Setup Requirements
Before using this package, you must configure the EventEmitter in your root module:
import { Module } from '@nestjs/common';
import { EventEmitterModule } from '@nestjs/event-emitter';
import { DevOpsBotModule } from '@keleshteri/devops-bot';
@Module({
imports: [
// Required: Configure EventEmitter before using DevOpsBot
EventEmitterModule.forRoot({
// Your event emitter configuration
}),
DevOpsBotModule.forRoot({
gitlab: {
token: 'your-gitlab-token',
secret: 'your-gitlab-secret',
},
// ... other configurations
}),
],
})
export class AppModule {}Features
- GitLab Integration
- Slack Notifications
- ClickUp Task Management
- AI-Powered Code Reviews
- Azure DevOps Integration
- Sprint Planning
- Storage Solutions
- Caching Support
Quick Start
import { DevOpsBotModule } from '@keleshteri/devops-bot';
@Module({
imports: [
DevOpsBotModule.forRoot({
gitlab: {
token: 'your-gitlab-token',
secret: 'your-gitlab-secret',
},
// ... other configurations
}),
],
})
export class AppModule {}Configuration Options
See Configuration Guide for detailed options.
API Reference
See API Documentation for detailed API usage.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
License
This project is licensed under the MIT License - see the LICENSE file for details.
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago