ask-js

JavaScript implementation of the Ask query language.

Usage no npm install needed!

<script type="module">
  import askJs from 'https://cdn.skypack.dev/ask-js';
</script>

README

AskJS

Build Status Coverage Status Dependency Status

JavaScript implementation of the Ask query language.

Building the project

Assumes presence of Node.js and npm.

When not already done so, install the dependencies with: npm install

To run the build, execute: ./jake

You might need to make the jake file executable first. On unix: chmod +x jake

Links