No description
Find a file
2022-07-13 09:34:17 +08:00
examples done 2020-10-10 23:03:53 +08:00
src Fixed #134 "broken indentation" 2022-07-12 19:33:48 +02:00
LICENSE Initial commit 2020-08-07 20:52:24 +08:00
logue.nimble bump 2020-10-10 23:04:12 +08:00
README.md logue run 2020-09-12 14:42:58 +08:00

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