package
0.0.3
Repository: https://github.com/beeketing/cobra.git
Documentation: pkg.go.dev

# Functions

Execute executes the root command.
NewProject returns Project with specified project name.
NewProjectFromPath returns Project with specified absolute path to package.

# Variables

Licenses contains all possible licenses a user can choose from.

# Structs

License represents a software license agreement, containing the Name of the license, its possible matches (on the command line as given to cobra), the header to be used with each file on the file's creating, and the text of the license.
Project contains name, license and paths to projects.