Documentation ¶
Index ¶
Constants ¶
View Source
const ( // VERSION of this tool VERSION = "0.1.0" // DefaultLocation is the current working directory DefaultLocation = "." )
Variables ¶
View Source
var Location string
Location where the git repo will be created
View Source
var PunchCardCmd = &cobra.Command{ Use: "punchcard", Short: "Punchcard is a fun tool to create fake git commits.", Long: `Punchcard can create fake git commits in a repo. The larger purpose is to have fun with contribution graphs, punchcards etc.`, Run: nil, }
PunchCardCmd is the command line tool setup
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.