snippetbashTip
nimble — Package manager for the Nim programming language. Manage Nim projects and their dependencies. More i
Viewed 0 times
thecommandnimblenimclipackageformanager
Problem
How to use the
nimble command: Package manager for the Nim programming language. Manage Nim projects and their dependencies. More information: <https://github.com/nim-lang/nimble>.Solution
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|--installed]}}Create a new Nimble package in the current directory:
nimble initBuild a Nimble package:
nimble buildInstall a Nimble package:
nimble installCode Snippets
Search for packages
nimble search {{search_string}}Install a package
nimble install {{package}}List installed packages
nimble list {{[-i|--installed]}}Create a new Nimble package in the current directory
nimble initBuild a Nimble package
nimble buildContext
tldr-pages: common/nimble
Revisions (0)
No revisions yet.