1.0.6 • Published 6 years ago

btxlexport v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

btxlexport

btxlexport converts the policies and rules from spread sheet to JSON. The exported JSON can be used with the python script for bulk policy authoring

Installation

btxlexport requires Node.js v4+ to run.

Install the dependencies and devDependencies and start the server.

$ npm install -g btxlexport

Usage

$ btxlexport -h
  Usage: btxlexport [options]

  Options:

    -V, --version        output the version number
    -s, --source <path>  xls file path
    -o, --output <path>  json file path
    -h, --help           output usage information

To export without specifiying target path:

$ btxlexport -s ./policies.xlsx 
Exporting policies...
Policies exported to :  .\policies.json

To export with specific path

$ btxlexport -s ./policies.xlsx -o /var/user/btexport/test.json
Exporting policies...
Policies exported to :  /var/user/btexport/test.json
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago