qmlweb / qmlweb-parser

A QML parser in JavaScript
Other
27 stars 11 forks source link

Add project structure. #6

Closed ChALkeR closed 8 years ago

ChALkeR commented 8 years ago

Adds AUTHORS, LICENSE, package.json, .gitignore, gulp tasks.

The library is now built to lib/qmlweb.parser.js and minified to lib/qmlweb.parser.min.js.

Exports are now done through module.exports (for Node.js) and though window.qmlweb_parse (for browser, as before).

/cc @qmlweb/collaborators I will land this if there would be no comments or objections in 48 hours.

After this gets landed, I plan to cut a 0.0.1 release and make QmlWeb use that.

ChALkeR commented 8 years ago

Merging per https://github.com/qmlweb/qmlweb/issues/230.