0.0.7 • Published 8 years ago

gbxml v0.0.7

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
8 years ago

gbXML for node.js

This module is intended for use in node.js to load gbXML files into JSON in a fastest way (using a schema aware c++ backend) and return it with TypeScript decelerations.

npm install --save gbxml

And use it with as:

import * as gbXML from 'gbxml'
import * as fs from 'fs'

const fileString = fs.readFileSync( __GBXML_FILE_PATH__, 'utf8' )
const gbXMLFileJSON = gbXML( fileString )
0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago