/rep

Javascript reproduction manager, written in Go

Primary LanguageGoMIT LicenseMIT

rep

Tests Go Report GitHub release

The rep tool is designed to assist with working with reproductions of issues for open source maintainers. Currently this will:

  1. Prompt for the issue details including GitHub reproduction repository
  2. Clones to a specified folder using a known format ${GitHub Issue}_${Camel Case Issue Description}
  3. Installs dependancies using pnpm (future to use configurable tool)

On first run it prompts for some configuration details, saving them to ~/reprc.json.

Installation

You can use the standard Go utility to get the binary and compile it yourself:

go get -u github.com/wyattjoh/rep/...

From Homebrew:

brew install wyattjoh/stable/rep

Or by visiting the Releases page to download a pre-compiled binary for your arch/os.

License

MIT