Skip to content
View clok's full-sized avatar
👾
I can do this all day.
👾
I can do this all day.

Highlights

  • Pro

Block or report clok

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
clok/README.md

Howdy! I'm Derek. I can do this all day.

package main
import (
"os""github.com/clok/kemba"
)
var (
k=kemba.New("human")
)
typeengineerstruct {
namestringemailstringmottostringlanguages []stringtools []stringfavorites []string
}
funcmain() {
_=os.Setenv("DEBUG", "human")
derek:=engineer{
name: "Derek Smith",
email: "derek@clokwork.net",
motto: "I can do this all day.",
languages: []string{"go", "node", "javascript", "typescript", "python", "ruby", "perl", "bash"},
tools: []string{"docker", "kubernetes", "aws", "gcp"},
favorites: []string{"hapi", "debug", "lodash", "husky", "urfave/cli", "git-chglog", "jedib0t/go-pretty", "r3labs/diff"},
}
k.Log(derek)
_=os.Setenv("DEBUG", "")
}

Pinned Loading

  1. kembakembaPublic

    A tiny debug logging tool. Ideal for CLI tools and command applications. Inspired by https://github.com/visionmedia/debug

    Go 18 1

  2. smsmPublic

    AWS Secrets Manager CLI Tool

    Go 10 1

  3. ghlabelsghlabelsPublic

    Simple CLI tool to help manage labels across repos

    Go 2 1

  4. GoodwayGroup/gwvaultGoodwayGroup/gwvaultPublic

    ansible-vault CLI reimplemented in go

    Go 32 7

  5. cdocscdocsPublic

    Enhanced version of the ToMarkdown and ToMan methods for https://github.com/urfave/cli/v2.

    Go 1

  6. GoodwayGroup/gwsmGoodwayGroup/gwsmPublic

    Kubernetes ConfigMaps + https://github.com/cyberark/summon + AWS Secrets Manager

    Go 3