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: 3 months ago
JSON representation
Create semantic version tags for your Go packages, search and discover new packages
- Host: GitHub
- URL: https://github.com/pkg/rock
- Owner: pkg
- License: apache-2.0
- Created: 2017-08-16T09:13:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T09:24:54.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T13:45:23.435Z (about 1 year ago)
- Topics: discovery, go, packages, semantic-versioning, tagging
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 50
- Watchers: 7
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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