Last active
February 11, 2024 19:57
-
-
Save christian-ehrisman/e3c69d7fc5b08fcbebe23a49428c8faa to your computer and use it in GitHub Desktop.
Templates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#templates | |
shell_template: | |
name: "shell_template" | |
description: "" | |
template: "" | |
keywords: [""] | |
code: # code/script that will be executed | |
- command: "" | |
type: | |
- name: | |
supported_os: # [linux, windows, macos] | |
shell_types: # [bash, sh, zsh, fish, posix, powershell, pwsh, cmd] | |
required_shell_modules: | |
- module: | |
name: "" | |
min_version: "" | |
vars: # template specfic variables that can be custimized as needed | |
app_path: | |
description: "" | |
type: "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment