WebSafe 3.7github.com
|
|
🏠
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

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 Loading

  1. kemba kemba Public

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

    Go 17 1

  2. sm sm Public

    AWS Secrets Manager CLI Tool

    Go 10 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 32 9

  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