Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adisreyaj/vscode-cicd-assistant
Your Assistant for the the next CICD project. Helps the process of creating deployment files for your project.
https://github.com/adisreyaj/vscode-cicd-assistant
Last synced: 22 days ago
JSON representation
Your Assistant for the the next CICD project. Helps the process of creating deployment files for your project.
- Host: GitHub
- URL: https://github.com/adisreyaj/vscode-cicd-assistant
- Owner: adisreyaj
- Created: 2019-04-04T16:47:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:25:18.000Z (about 2 years ago)
- Last Synced: 2024-10-31T10:43:59.442Z (2 months ago)
- Language: TypeScript
- Size: 857 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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).
1. Dockerfile(Angular and Node) based on Alpine Linux.
1. Jenkinsfile(future release).## Features
1. Dockerfiles are based on Alpine Linux thus making the the size very minimum
1. Highly optimized Dockerfile for faster rebuilds
1. Multistage build for Angular## How to Use
1. Install the Extension and Make sure it is activated.
1. Open the Command Palette by pression `Ctrl + Shift + P`.
1. Type `Create Sonar Properties File`. Click `Enter`.
1. Make your selection `Angular` or `Node`
1. You can see that the configuration file will be created for you in the **root** folder.
1. Make the changes inside the generated file to meet your needs.Viola....