Discover Packages
github.com/koron/gtc
gtcore
package
Version:
v0.0.0-...-3a2791a
Opens a new window with list of versions in this module.
Published: Jun 13, 2020
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Rendered for
linux/amd64
windows/amd64
darwin/amd64
js/wasm
Run runs the core of "gtc" command.
SetupDefaultCatalog loads/setups DefaultCatalog with tools from JSON files.
Catalog is a collection of tools.
DefaultCatalog provides a catalog of default tools.
NewCatalog creates a Catalog from Tool array.
Merge merges tools to a Catalog.
Names returns all name of tools.
Run runs an operation on a Catalog.
type Tool struct {
Path string `json:"path"`
Desc string `json:"desc"`
Name string `json:"name,omitempty"`
}
Tool represents a well known tool.
CmdName returns name of a tool.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.