vscode-cicd-assistant

Your Assistant for the the next CICD project. Helps the process of creating deployment files for your project.

Stars
0

CICD Assistant

An all-in-one extension for VSCode that will assist you in the CICD journey. Helps you in creating:

  1. Sonar properties file (Angular and Node).
  2. Dockerfile(Angular and Node) based on Alpine Linux.
  3. Jenkinsfile(future release).

Features

  1. Dockerfiles are based on Alpine Linux thus making the the size very minimum
  2. Highly optimized Dockerfile for faster rebuilds
  3. Multistage build for Angular

How to Use

  1. Install the Extension and Make sure it is activated.
  2. Open the Command Palette by pression Ctrl + Shift + P.
  3. Type Create Sonar Properties File. Click Enter.
  4. Make your selection Angular or Node
  5. You can see that the configuration file will be created for you in the root folder.
  6. Make the changes inside the generated file to meet your needs.

Viola....