logue
Command line tools for Prologue.
Summary
| Latest Version | Unknown |
|---|---|
| License | Apache-2.0 |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install logue
choosenim install logue
git clone https://github.com/planety/logue
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| logue | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/planety/logue |
|---|---|
| Homepage | https://github.com/planety/logue |
| Registry Source | nimble_official |
README
logue
Command tools for Prologue in Nim.
Installation
nimble install logue
Make sure ~/.nimble/bin is in your environment variables.
Usage
Initialize project
Use logue init yourprojectname to initialize your project.
For example, type command logue init helloworld to initialize. This will create program
structure like this:
- helloworld
.env
app.nim
urls.nim
views.nim
You must switch to /.../helloworld directory to run app.nim.
Run project
Use logue run or logue run app.nim or logue run anynimfile.nim