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
- Host: GitHub
- URL: https://github.com/s0kil/runim
- Owner: s0kil
- Created: 2019-11-13T23:38:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T00:24:46.000Z (over 6 years ago)
- Last Synced: 2025-07-15T05:07:29.852Z (12 months ago)
- Topics: nim, run
- Language: Nim
- Size: 1.95 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)