blue-button-cli

Command line tool for Blue Button

Usage no npm install needed!

<script type="module">
  import blueButtonCli from 'https://cdn.skypack.dev/blue-button-cli';
</script>

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