Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/planety/logue

Command tools for Prologue in Nim.
https://github.com/planety/logue

cli nim prologue web

Last synced: about 1 month ago
JSON representation

Command tools for Prologue in Nim.

Awesome Lists containing this project

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`