UNPKG

strat2json

Version:

Converts Strat-O-Matic print (prt) file data to JSON

15 lines (10 loc) 209 B
language: node_js node_js: - stable install: - npm install script: - npm run lint - npm run cover after_script: - "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"