Skip to content

planety/logue

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 

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