.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH NIMBLE "1" "July 2017" "nimble 0.17.0-2~bpo9+1" "User Commands" .SH NAME nimble \- Nim Package Installer .SH SYNOPSIS .B nimble \fI\,COMMAND \/\fR[\fI\,opts\/\fR] .SH DESCRIPTION .SS "Commands:" .TP install [pkgname, ...] Installs a list of packages. [\-d, \fB\-\-depsOnly]\fR Install only dependencies. .TP init [pkgname] Initializes a new Nimble project. .TP publish Publishes a package on nim\-lang/packages. The current working directory needs to be the toplevel directory of the Nimble package. .TP uninstall [pkgname, ...] Uninstalls a list of packages. .TP build Builds a package. .TP c, cc, js [opts, ...] f.nim Builds a file inside a package. Passes options .IP to the Nim compiler. .TP doc, doc2 [opts, ...] f.nim Builds documentation for a file inside a .IP package. Passes options to the Nim compiler. .TP refresh [url] Refreshes the package list. A package list URL .IP can be optionally specified. .TP search pkg/tag Searches for a specified package. Search is .IP performed by tag and by name. .TP [\-\-ver] Query remote server for package version. .TP list Lists all packages. .TP [\-\-ver] Query remote server for package version. .TP [\-i, \fB\-\-installed]\fR Lists all installed packages. .TP tasks Lists the tasks specified in the Nimble package's Nimble file. .TP path pkgname ... Shows absolute path to the installed packages .IP specified. .TP dump [pkgname] Outputs Nimble package information for .TP external tools. The argument can be a \&.nimble file, a project directory or the name of an installed package. .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR Print this help message. .TP \fB\-v\fR, \fB\-\-version\fR Print version information. .TP \fB\-y\fR, \fB\-\-accept\fR Accept all interactive prompts. .TP \fB\-n\fR, \fB\-\-reject\fR Reject all interactive prompts. .TP \fB\-\-ver\fR Query remote server for package version information when searching or listing packages .TP \fB\-\-nimbleDir\fR:dirname Set the Nimble directory. .TP \fB\-\-verbose\fR Show all non\-debug output. .TP \fB\-\-debug\fR Show all output including debug messages. .TP \fB\-\-noColor\fR Don't colorise output. .SS "For more information read the Github readme:" .IP https://github.com/nim\-lang/nimble#readme .SH "REPORTING BUGS" https://github.com/nim-lang/Nim/issues .SH "SEE ALSO" The nim-doc package.