Inquirer

Inquirer is an integral part of the Ven programming language.

Building

With Docker

  1. Build the image with docker build -t inquirer ..
  2. Build Inquirer with docker run --rm -v $(pwd)/bin:/build/bin inquirer.

Without Docker

  1. Install the dependencies with shards install.
  2. Build with shards build --release --no-debug.