Skip to content

JohnnyWorks-TW/helm-cli-helper

Repository files navigation

helm command line helper

Introduction

Helm Chart Helper is a small tool that helps you quickly generate Helm Chart related commands. It can help you quickly understand and familiarize yourself with Helm related commands, thereby speeding up your development and deployment efficiency.

Note for macOS

Default macOS security settings prevent unsigned applications from being run. If you encounter an error message when running the application, you can try the following steps to allow the application to run:

sudo xattr -r -d com.apple.quarantine /Applications/helm-cli-helper.app

Technology

  • Vue 3
  • Vite
  • Electron

Project setup

yarn install

Compiles and hot-reloads for development

yarb run start

Compiles and minifies for production

yarn run make

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.