LinuxCommandLibrary

nimble

nim package manager

TLDR

Install package

$ nimble install [package]
copy
Build project
$ nimble build
copy
Run project
$ nimble run
copy
Initialize project
$ nimble init
copy
Search packages
$ nimble search [query]
copy
List installed packages
$ nimble list --installed
copy
Update packages
$ nimble refresh
copy
Run tests
$ nimble test
copy

SYNOPSIS

nimble [command] [options]

DESCRIPTION

nimble is the Nim package manager. It installs dependencies and manages projects.
The tool handles package installation. Supports local and remote packages.

PARAMETERS

COMMAND

Nimble command.
install PKG
Install package.
build
Build current project.
run
Build and run.
init
Initialize new project.
search QUERY
Search packages.
test
Run tests.
--help
Display help information.

CAVEATS

Requires Nim. Package registry based. nimble.directory for packages.

HISTORY

Nimble was created as the official package manager for the Nim programming language.

SEE ALSO

nim(1), npm(1), cargo(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community