mix h.deps.links (Ehelper v0.2.8)

View Source

List local deps links to repositories in _repos/.

support unlinking multiple deps at once, eg. mix h.dep.links

Options:

  • --link-root, -r - root directory to create link targets, default to deps/
  • --link-suffix, -s - suffix for link target names, default to link

Other Commands:

  • find deps -maxdepth 1 -type l -print
  • ls -l deps | grep '^l'