Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.
/ gluctl Public archive

The glue that helps maintain a Kubernetes Home Lab

License

Notifications You must be signed in to change notification settings

onedr0p/gluctl

Folders and files

NameName
Last commit message
Last commit date
Jan 14, 2023
Jul 23, 2022
Sep 4, 2022
Aug 6, 2022
Jul 23, 2022
Aug 2, 2022
Jul 23, 2022
Jul 23, 2022
Sep 4, 2022
Aug 2, 2022
Jul 23, 2022
Sep 4, 2022

Repository files navigation

img

gluctl

The glue that helps maintain a Kubernetes Home Lab


Extending

Simply run npm install to install dependencies, then add new class and/or function files in lib and add an export entry in lib/index.js. This will eventually be more dynamic in near future. gluctl serves as the main entrypoint to everything. There it runs the commandRunner helper function which accepts a command and any number of args.

Exports format in index.js should follow this format to work:

export { SnakeCase as lowercase } from './ClassName.mjs'


js-standard-style

About

The glue that helps maintain a Kubernetes Home Lab

Resources

License

Stars

Watchers

Forks

Packages

No packages published