Skip to content

pkg/rock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rock

The rock command allows you to tag your code with releases that conform to semantic versioning easily.

Usage

$ rock --help
rock is a tool to help manage Go packages 

Usage:
  rock [command]

Available Commands:
  help        Help about any command
  search      search for packages
  tags        View or add semantic version tags to a project

Flags:
      --config string   config file (default is $HOME/.rocks.yaml)
  -h, --help            help for rock

Use "rock [command] --help" for more information about a command.

gopher.rocks

The rock tool search function uses gopher.rocks which holds metadata about Go packages.

Contributing