Provided by: dub_1.8.0-2_amd64 bug

NAME

       dub - Package and build management system for D

SYNOPSIS

       dub init [<directory> [<dependency>...]]  OPTIONS...

DESCRIPTION

       Initializes an empty package of the specified type in the given directory. By default, the
       current working dirctory is used.

OPTIONS

       -t,    Set the type of project to generate. Available types:

              minimal - simple "hello world" project (default)  vibe.d   -  minimal  HTTP  server
              based on vibe.d deimos  - skeleton for C header bindings

       -f,    Sets the format to use for the package description file. Possible values:
                json (default), sdl

       -n,    Don't enter interactive mode.

FILES

       dub.sdl, dub.json

AUTHOR

       Copyright (c) 1999-2018 by The D Language Foundation

ONLINE DOCUMENTATION

http://code.dlang.org/docs/commandlinehttp://code.dlang.org/docs/commandline

SEE ALSO

       dmd(1) dub(1)