inquirer
Version, currently 0.1.02 versions
- 0.1.1-rev01latestnot indexedAug 23, 2021
- 0.1.0May 7, 2021
github.com/homonoidian/inquirer
Inquirer is a tool that watches over Ven modules.
0 stars
0 dependents
License: not declared
Installation
# Add this to your shard.yml
dependencies:
inquirer:
github: homonoidian/inquirer
version: ~> 0.1.0Then run:
shards installshard.yml
- Crystal
- no constraint declared
- Target
inquirerfrom src/inquirer.cr
Dependencies
Runtime Dependencies
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
Inquirer
Inquirer is an integral part of the Ven programming language. It provides an abstract interface between the hard drive and Ven programs on it. As it is pretty complex on its own, I decided to make it a separate project.
Inquirer consists of:
- The inquirer daemon, which watches for changes in Ven files and updates the stuff that has to be updated after those changes.
- The inquirer server, which provides REST-like API interface to the daemon, making it easy for IDEs and for Ven itself to know where Ven ecosystem is on the disk.
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.
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.0- Tagged
- May 7, 2021
- Commit
b64cc2768d40- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/homonoidian/inquirer
Metadata
- Created
- Aug 12, 2026
- Updated
- Sep 26, 2026
- Synced
- Sep 26, 2026
- Versions
- 2