planety / logue

Command tools for Prologue in Nim.

Home Page:https://github.com/planety/prologue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Command tools for Prologue in Nim.

https://github.com/planety/prologue

License:Apache License 2.0


Languages

Language:Nim 100.0%