Categorygithub.com/asphaltbuffet/go-picker
modulepackage
0.0.1
Repository: https://github.com/asphaltbuffet/go-picker.git
Documentation: pkg.go.dev

# README

Go-Picker

Common Changelog GitHub Release Go Reference go.mod LICENSE Build Status Go Report Card Codecov

⭐ Star this repository if you find it valuable and worth maintaining.

šŸ‘ Watch this repository to get notified about new releases, issues, etc.

Description

go-picker picks one-to-many items from a list and returns them to you. It is a convenient wrapper for randomly picking elements. There are options to force the selected items to be unique and/or perform several selections based on your criteria.

Usage

go-picker yellow red blue green --pick=2 --repeat=2 --unique=true

Build

Terminal

  • make all - execute the build pipeline with all steps.
  • make dev - faster execution of the build pipeline that skips some steps
  • make help - print help for the Make targets.

Visual Studio Code

F1 → Tasks: Run Build Task (Ctrl+Shift+B or ā‡§āŒ˜B) to choose a build pipeline.

Contributing

Feel free to create an issue or propose a pull request.

Follow the Code of Conduct.

# Packages

Package cmd contains all CLI commands used by the application.
No description provided by the author