0.1.0 • Published 6 years ago

espi-parser-cli v0.1.0

Weekly downloads
4
License
-
Repository
github
Last release
6 years ago

espi-parser-cli

cli interface for espi-parser nodejs module

Getting Started

Installation

npm install -g espi-parser-cli

Usage

$ espi-parser [options] files ...

Examples

# it will generate json file in the directory which run this command
$ espi-parser ../example/espi-example.file
# it will generate json file in ./output/ directory
$ espi-parser -o ./output/ ../example/espi-example.file
# it will generate beautified json file 
$ espi-parser --beautify -o ./output/ ../example/espi-example.file