inquirer
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 
.venfiles 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
- Build the image with 
docker build -t inquirer .. - Build Inquirer with 
docker run --rm -v $(pwd)/bin:/build/bin inquirer. 
Without Docker
- Install the dependencies with 
shards install. - Build with 
shards build --release --no-debug. 
Repository
  inquirer
Owner
  
  Statistic
  - 0
 - 0
 - 0
 - 1
 - 3
 - about 4 years ago
 - May 7, 2021
 
License
  
Links
  
  Synced at
  Mon, 03 Nov 2025 03:35:43 GMT
Languages