Skip to content
Avatar
👾
I can do this all day.
👾
I can do this all day.

Achievements

Achievements

Highlights

  • Pro

Organizations

@better
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.

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. A tiny debug logging tool. Ideal for CLI tools and command applications. Inspired by https://github.com/visionmedia/debug

    Go 5 1

  2. AWS Secrets Manager CLI Tool

    Go 1

  3. Simple CLI tool to help manage labels across repos

    Go 1 1

  4. ansible-vault CLI reimplemented in go

    Go 15 8

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

    Go 1

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

    Go 3

2,392 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Mon Wed Fri

Contribution activity

July 2021

Created 20 commits in 1 repository
Created 1 repository

Created a pull request in clok/test-actions that received 4 comments

Simple test

Signed-off-by: Derek Smith desmith@better.com

+8 −6 4 comments
21 contributions in private repositories Jul 1 – Jul 9

Seeing something unexpected? Take a look at the GitHub profile guide.