hub-ci-status

A reimplementation of the ci-status subcommand of hub(1) in Node.js for checking the GitHub CI and checks status of a commit.

MIT License

Downloads
10
Stars
0
Committers
3

Bot releases are hidden (Show)

hub-ci-status - Latest Release

Published by kevinoid about 3 years ago

BREAKING CHANGES

  • Converted to ECMAScript modules.
  • Require Node.js ^12.20 || >=14.13.1.
  • Various minor changes in command-line options and output as a result of switching from Yargs to Commander.js.

Features

  • Export cli.js as hub-ci-status/cli.js to allow calling cli entry point. (25f3e00)
  • Switch from nyc to c8 for coverage (d72a313)
  • Update dev dependency versions.
hub-ci-status -

Published by kevinoid over 3 years ago

  • Initial release.