bos-parser
v1.3.0
Published
parses bos files and compiles into a json object
Readme
BOS Parser
npmjs parsing package for the (Batching Object System) data notation. For syntax specifications, visit the bos-highlighter github.
Installation
npm i bos-parserUse
import parser from 'bos-parser'
// compile path should be the root directory of the project where the bos files reside
const compiled = parser.compile('<path>')
// files are compiled to JSON format. Do what you will with them