dub-convert - Man Page
Package and build management system for D
Synopsis
dub convert
Options...
Description
This command will convert between JSON and SDLang formatted package recipe files.
Warning: Beware that any formatting and comments within the package recipe will get lost in the conversion process.
Options
- -f,
Specifies the target package recipe format. Possible values:
json, sdl- -s,
Outputs the converted package recipe to stdout instead of writing to disk.
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)
Referenced By
2022-07-27 The D Language Foundation