1.0.72 • Published 10 months ago

@keleshteri/devops-bot v1.0.72

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

DevOps Bot for NestJS

A comprehensive DevOps automation solution that integrates GitLab, Slack, ClickUp, and AI-powered code reviews.

Installation

npm install @keleshteri/devops-bot

Important 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.

1.0.72

10 months ago

1.0.71

10 months ago

1.0.70

10 months ago

1.0.69

10 months ago

1.0.68

10 months ago

1.0.67

10 months ago

1.0.66

10 months ago

1.0.65

10 months ago

1.0.64

10 months ago

1.0.61

10 months ago

1.0.60

10 months ago

1.0.59

10 months ago

1.0.58

10 months ago

1.0.57

10 months ago

1.0.56

10 months ago

1.0.55

10 months ago

1.0.54

10 months ago

1.0.53

10 months ago

1.0.52

10 months ago

1.0.51

10 months ago

1.0.50

10 months ago

1.0.49

10 months ago

1.0.48

10 months ago

1.0.47

10 months ago

1.0.46

10 months ago

1.0.45

10 months ago

1.0.44

10 months ago

1.0.43

10 months ago

1.0.42

10 months ago

1.0.41

10 months ago

1.0.40

10 months ago

1.0.39

10 months ago

1.0.38

10 months ago

1.0.37

10 months ago

1.0.36

10 months ago

1.0.35

10 months ago

1.0.34

10 months ago

1.0.33

10 months ago

1.0.32

10 months ago

1.0.31

10 months ago

1.0.30

10 months ago

1.0.29

10 months ago

1.0.28

10 months ago

1.0.27

10 months ago

1.0.26

10 months ago

1.0.25

10 months ago

1.0.24

10 months ago

1.0.23

10 months ago

1.0.22

10 months ago

1.0.21

10 months ago

1.0.20

10 months ago

1.0.19

10 months ago

1.0.18

10 months ago

1.0.17

10 months ago

1.0.16

10 months ago

1.0.15

10 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago