blue-button-cli
v1.8.0
Published
Command line tool for Blue Button
Downloads
1
Readme
Command line tool for Blue Button
Install
npm install -g blue-button-cli
Usage
Usage: blue-button [options] [command] <file>
Commands:
info <file> get info about file (e.g. format, sections/entries present, etc)
parse <file> parse file into Blue Button JSON format
Options:
-h, --help output usage information
-V, --version output the version number
Development
To install it from local repo
npm link
To uninstall it
npm r blue-button-cli -g