inquirer

Inquirer is a tool that watches over Ven modules.

Inquirer

Inquirer is an integral part of the Ven programming language.

  • At its core, Inquirer is a daemon that recursively watches for changes in the origin directory (your home directory by default), and specifically changes in .ven files and in the directory structure (in order to establish/remove watchers).
  • The other part of Inquirer is the Inquirer server. It makes it easy for the outer world to interact with the daemon. It has direct access to, as well as full control of the daemon.

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.
Repository

inquirer

Owner
Statistic
  • 0
  • 0
  • 0
  • 1
  • 3
  • over 2 years ago
  • May 7, 2021
License

Links
Synced at

Tue, 23 Apr 2024 19:38:45 GMT

Languages