rock icon indicating copy to clipboard operation
rock copied to clipboard

Create semantic version tags for your Go packages, search and discover new packages

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