logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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