Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pkg/rock

Create semantic version tags for your Go packages, search and discover new packages
https://github.com/pkg/rock

discovery go packages semantic-versioning tagging

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://gopher.rocks) which holds metadata about Go packages.

## Contributing