Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Module ¶
type ModuleConfig ¶
type ModuleConfig struct {
Page int `json:"page"`
Position int `json:"position"`
Name string `json:"name"`
Active bool `json:"active"`
Path string `json:"path,omitempty"`
Priority int `json:"priority"`
Checkpoint bool `json:"checkpoint"`
Pinned bool `json:"pinned"`
Dependencies []string `json:"dependencies"`
}
Directories
¶
| Path | Synopsis |
|---|---|
|
Package body provides a github.com/nantli/goodcommit module for writing the commit body.
|
Package body provides a github.com/nantli/goodcommit module for writing the commit body. |
|
Package breaking provides a github.com/nantli/goodcommit module for indicating breaking changes.
|
Package breaking provides a github.com/nantli/goodcommit module for indicating breaking changes. |
|
Package breakingmsg provides a github.com/nantli/goodcommit module for writing the breaking message.
|
Package breakingmsg provides a github.com/nantli/goodcommit module for writing the breaking message. |
|
cmd
|
|
|
goodcommit
command
Goodcommit is a tool for creating consistent and accessible commit messages.
|
Goodcommit is a tool for creating consistent and accessible commit messages. |
|
Package coauthors provides a github.com/nantli/goodcommit module for selecting co-authors.
|
Package coauthors provides a github.com/nantli/goodcommit module for selecting co-authors. |
|
Package description provides a module for goodcommit that prompts the user for a brief description of the commit.
|
Package description provides a module for goodcommit that prompts the user for a brief description of the commit. |
|
Package goodcommiter provides the default implementation of the Commiter interface for the goodcommit application.
|
Package goodcommiter provides the default implementation of the Commiter interface for the goodcommit application. |
|
Package greetings provides a github.com/nantli/goodcommit module that handles initial greetings.
|
Package greetings provides a github.com/nantli/goodcommit module that handles initial greetings. |
|
Package logo provides a github.com/nantli/goodcommit module that shows a logo.
|
Package logo provides a github.com/nantli/goodcommit module that shows a logo. |
|
Package scopes provides a github.com/nantli/goodcommit module that allows the user to select scopes for the commit.
|
Package scopes provides a github.com/nantli/goodcommit module that allows the user to select scopes for the commit. |
|
Package signedoffby provides a github.com/nantli/goodcommit module that can be used to add a "Signed-off-by" line to the commit.
|
Package signedoffby provides a github.com/nantli/goodcommit module that can be used to add a "Signed-off-by" line to the commit. |
|
Package types provides a github.com/nantli/goodcommit module that can be used to select the type of the commit.
|
Package types provides a github.com/nantli/goodcommit module that can be used to select the type of the commit. |
|
Package why provides a github.com/nantli/goodcommit module that can be used to prompt the user to explain why the change was needed.
|
Package why provides a github.com/nantli/goodcommit module that can be used to prompt the user to explain why the change was needed. |
Click to show internal directories.
Click to hide internal directories.