1.0.0 • Published 9 months ago

cicd-helper v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

��# cicd-helper

=؀� cicd-helper is an easy-to-use CLI tool that helps developers quickly set up CI/CD pipelines for popular frameworks like Flask, Django, Spring Boot, and Node.js. It also provides Docker integration to get your applications containerized, saving you time on repetitive tasks and ensuring consistent setups.

Key Features

  • Multi-framework support: Automatically generate CI/CD pipeline configurations for:
    • Flask (Python)
    • Django (Python)
    • Spring Boot (Java)
    • Node.js (JavaScript)
  • CI/CD templates: Pre-configured templates for GitHub Actions CI/CD pipelines.
  • Docker integration: Generates Dockerfile and docker-compose.yml for easy containerization.
  • Simple CLI: Generate configurations with just one command, based on your framework.

Installation

Install cicd-helper globally using npm:

npm install -g cicd-helper
1.0.0

9 months ago