Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Aug 8, 2020
1 parent a4800b6 commit 1c5fa52
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# logue
Command tools for Prologue in Nim.

# Installation
```
nimble install logue
```

Make sure `~/.nimble/bin` is in your environment variables.

## Usage
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`.

0 comments on commit 1c5fa52

Please sign in to comment.