1.1.8 • Published 2 years ago

jsoncalc v1.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Lines

jsoncalc

A utility to watch a json file and run calculations recursively.

Installation

npm install --global jsoncalc

npm.io

Usage

jsoncalc budget.json

jsoncalc -h

Usage: jsoncalc [options] <pathToJson>

Watches for changes and adds calculated elements to each hashmap in the json file at <pathToJson>

Options:
  -V, --version            output the version number
  -r, --reducer <reducer>  One or more (comma seperated) of the available reducer computations: [sum, count, avg, yep, nope]. (default: sum)
  -h, --help               display help for command
1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago