Skip to content

Import existing project

Vadim Lopatin edited this page Aug 30, 2017 · 1 revision

Importing DUB project

The only one supported project format is DUB package (json or sdl).

You can import existing dub project located on your filesystem.

Use menu item File / Open project or workspace and select dub.json or dub.sdl file of project you want to import.

If you have already some workspace opened, you will be prompted if you want to create new workspace or add project to existing one.

Importing non-DUB project

The only way to import non-DUB project, is to create DUB package description for it.

Create dub.json or dub.sdl describing project properties, then open it.