nimble
Package manager for the Nim programming language.
Manage Nim projects and their dependencies.
- Search for packages:
nimble search {search_string}
- Install a package:
nimble install {package_name}
- 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
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).