WebFreak001 / dub-migrate

Migrates dub <= 1.32 local package structure to >= 1.33 package structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usage:

```
rdmd migrate.d
```

this will automatically move all installed packages to the new version and create symlinks at the old location for compatibility. On failure, or on Windows, this will copy folders instead of symlinking.

Additionally all new versions will get symlinked to the old location for compatibility with IDE tools like serve-d.

About

Migrates dub <= 1.32 local package structure to >= 1.33 package structure


Languages

Language:D 100.0%