1.1.4 • Published 6 years ago

cbpcruncher v1.1.4

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

cbp-cruncher

The purpose of this library is to take duration time, and split it between all apps affected during an outtage. By default, it will only split out the applications and leave the duration time untouched for each application. Please see the option section for more information.

Requirements

  • You need to have nodejs install
  • Your CSV file must have ('Systems Impacted') delimited by commas
  • Your CSV File must have ('Duration') total hours down.

Installation

npm i -g cbpcruncher

How to use

$ cbpcruncher <path-to-folder> Example: $ cbpcruncher test.csv

Options

  • -V, --version: output the version number
  • -a, --averageDuration=[true|false]: If true, it will split the time of each application between the full duration
  • -h, --help: output usage information

  • This will export your csv file as an html file built as a table. You can then import this html file into excel.

Enjoy. :) s

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago