nimble
Package manager for the Nim programming language. Manage Nim projects and their dependencies. More information: https://github.com/nim-lang/nimble.
-
Search for packages:
nimble search {{search_string}} -
Install a package:
nimble install {{package}} -
List installed packages:
nimble list -i -
Create a new Nimble package in the current directory:
nimble init -
Build a Nimble package:
nimble build -
Install a Nimble package:
nimble install
License and Disclaimer
The content on this page is copyright © 2014—present the tldr-pages team and contributors.This page is used with permission under Creative Commons Attribution 4.0 International License.
While we do attempt to make sure content is accurate, there isn't a warranty of any kind.