dub-add(1)
Package and build management system for D
Description
DUB-ADD
NAME
dub - Package and build management system for D
SYNOPSIS
dub add <package>[@<version-spec>] [<packages...>] OPTIONS...
DESCRIPTION
Adds <packages> as dependencies.
Running "dub add <package>" is the same as adding <package> to the "dependencies" section in dub.json/dub.sdl.
If no version is specified for one of the packages, dub will query the registry for the latest version.
OPTIONS
FILES
dub.sdl, dub.json
AUTHOR
Copyright (c) 1999-2022 by The D Language Foundation
ONLINE DOCUMENTATION
http://code.dlang.org/docs/commandlinehttp://code.dlang.org/docs/commandline
SEE ALSO
dmd(1), dub(1)
See Also
- dmd(1)
- dub(1)