Is the XQuerrail Framework as a standalone library.
MarkLogic supported versions:
- 7.0-6.3, 8.0-5.1
Install XQuerrail Framework using npm (from src/main) run:
npm install https://github.com/nativelogix/xquerrail2.framework/tarball/v0.0.12 --save- src/main/base.xqy should look like:
<application xmlns="http://xquerrail.com/config">
<base>/main/node_modules/xquerrail2.framework/dist</base>
<config>/main/_config</config>
</application>In development mode from root run:
-
npm install -
gulp watch-update-xqyThis command will watch for changes insrc/main/**/*.xqyand generate the updated files indist