Skip to content

Creating a Kubernetes friendly project with Helm, Skaffold and Go made easy

Notifications You must be signed in to change notification settings

Makepad-fr/kickstart

Repository files navigation

Shows an illustrated sun in light mode and a moon with stars in dark mode.

Getting started

Installing Kickstart

You can use either make install after cloned the project to install in your local machine or get the binary file for your system from the latest release.

More installing options (apt, homebrew, chocolatey, snap etc.) will come soon.

How to use?

Commands

init-project

Creates a new project kickstart project with the given <project_name>

Usage:
kickstart init-project <project_name>

add-app

Adds a new application to the current project or a project specified with its path

Usage:
kickstart add-app [<project_path>] <application_name>

add-chart

Adds a new Helm chart to the current project or a project specified with its path

Usage:
kickstart add-chart [<project_path>] <application_name>