toboshii / gluctl

The glue that helps maintain a Kubernetes Home Lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

img

gluctl

The glue that helps maintain a Kubernetes Home Lab





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

License:Do What The F*ck You Want To Public License


Languages

Language:JavaScript 100.0%