0.5.4 • Published 4 months ago

@mause/repro v0.5.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

@mause/repro

Simple tool to quickly run reproduction code from a GitHub issue

oclif Version GitHub Actions Downloads/week License

Usage

$ npm install -g @mause/repro
$ repro COMMAND
running command...
$ repro (--version)
@mause/repro/0.0.0 linux-x64 node-v16.17.0
$ repro --help [COMMAND]
USAGE
  $ repro COMMAND
...

Commands

repro load ISSUE

Load code blocks from an issue into a file

USAGE
  $ repro load [ISSUE]

ARGUMENTS
  ISSUE  Issue to load - either a URL or owner/name/issue_id triplet

DESCRIPTION
  Load code blocks from an issue into a file

EXAMPLES
  $ repro load owner/repo/issue_id

See code: dist/commands/load.ts

repro run ISSUE

Load code blocks from an issue into a file and run them

USAGE
  $ repro run [ISSUE]

ARGUMENTS
  ISSUE  Issue to load and run - either a URL or owner/name/issue_id triplet

DESCRIPTION
  Load code blocks from an issue into a file and run them

EXAMPLES
  $ repro run owner/repo/issue_id

See code: dist/commands/run.ts