Is the XQuerrail Framework as a standalone library.
MarkLogic supported versions:
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-xqy
This command will watch for changes in src/main/**/*.xqy
and generate the updated files in dist