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

https://github.com/s0kil/runim

Watch, Compile, Run Nim File
https://github.com/s0kil/runim

nim run

Last synced: 11 months ago
JSON representation

Watch, Compile, Run Nim File

Awesome Lists containing this project

README

          

# RuNim

### Compiles and Runs a Nim File

`runim main.nim`

### To Also Recompile On File Change

`runim main.nim -w`

Or

`runim main.nim --watch`

### Silent Mode `--verbosity:0 --hints:off`

`runim main.nim -s`

Or

`runim main.nim --watch --silent`

### Installation

`nimble install https://github.com/s0kil/RuNim`

#### Inspired By [runhaskell](https://helpmanual.io/help/runhaskell/)