GrabNim
Like
GrabNim is a simple tool to install, manage and switch between different versions of the Nim compiler.
Cost / License
- Free
- Open Source
Platforms
- Windows
- Mac
- Linux
Features
No features, maybe you want to suggest one?
Tags
- programming-tools
- programming
GrabNim News & Activities
Highlights All activities
Recent activities
- janAkali added GrabNim
- janAkali added GrabNim as alternative to choosenim and Nim (programming language)
GrabNim information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is GrabNim?
GrabNim
GrabNim is a simple tool to install, manage and switch between different versions of the Nim compiler.
Usage
Usage: grabnim install and switch to latest stable version of compiler grabnim <version> install and switch to specific version of compiler grabnim compile <version> compile nim from sources and switch to this version grabnim del <version> delete local version of compiler grabnim fetch list remote available versions grabnim list list local installed versions grabnim help display this help message Versions: <version> is 3 numbers separated by a dot: 'x.x.x' or 'devel'Installation
- Download a binary for your OS from releases.
- Add grabnim to 'PATH' env (see this gist for instructions):
grabnim path should be placed after your nimble path if you want nimble packages to take precedence e.g. if you want to use latest nimble installed by nimble install nimble instead of one that comes bundled with compiler.
Examples:
- Linux:
- Windows:
- MacOS:
- Run grabnim from terminal with full path or put binary/symlink in directory that's in PATH (e.g. .nimble/bin).
Building
- Clone the repository:
- Compile with Nim:
License
This project is licensed under the MIT License. See the LICENSE file for details.


