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

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only 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")
)

type engineer struct {
	name      string
	email     string
	motto     string
	languages []string
	tools     []string
	favorites []string
}

func main() {
	_ = 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

  1. kemba kemba Public

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

    Go 13 2

  2. sm sm Public

    AWS Secrets Manager CLI Tool

    Go 9 1

  3. ghlabels ghlabels Public

    Simple CLI tool to help manage labels across repos

    Go 2 1

  4. GoodwayGroup/gwvault GoodwayGroup/gwvault Public

    ansible-vault CLI reimplemented in go

    Go 30 10

  5. cdocs cdocs Public

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

    Go 1

  6. GoodwayGroup/gwsm GoodwayGroup/gwsm Public

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

    Go 3