1.0.0 • Published 5 years ago

travis-builds-reporter-cli v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Introduction

travis-builds-reporter-cli is the package that offers a Command Line Interface to use the travis-builds-reporter project from your terminal.

What's in here?

You can find the source code inside the src directory.
In this package you can see only a start script.

How do you use it?

Assuming you have an already functioning node installation: 1. Install this package globally. Type this in your favourite terminal/prompt:
npm i -g travis-builds-reporter-cli 2. When installation is complete, you can invoke the command from your terminal:
builds_reporter

Sample use

From your favourite Terminal

builds_reporter niktekusho/travis-builds-reporter
(use another public repository in place of this repository 😄)

Output

Total builds count: 127
Successful builds count: 121
Canceled builds count: 1
Failed builds count: 3
Errored builds count: 2
Successful builds rate: 95.28%
Average builds duration: 79.67 s
Minimum builds duration: 16 s
Maximum builds duration: 197 s

🆒 demo

COMING SOON!

What's next?

To do:

  • Show meaningful errors and not the complete node stack (only with a "--debug" flag we should show it)
  • Improve this document...
  • What else? (cit.)
1.0.0

5 years ago

0.2.0

5 years ago

0.1.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago