Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Manage Nim Packages - Nimble Package Manager | Online Free DevTools by Hexmos

Manage Nim packages effectively with Nimble. Install, build, and search for Nim packages to streamline development. Free online tool, no registration required.

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 init

  • Build a Nimble package:

nimble build

  • Install a Nimble package:

nimble install

See Also