mix h.dep.link (Ehelper v0.2.8)

View Source

Link dep to local repository code in _repos/.

support linking multiple deps at once, eg. mix h.dep.link phoenix ecto

Options:

  • --link-target-root, -r - root directory to create link targets, default to deps/
  • --link-suffix, -s - suffix for link target names, default to link
  • --depth, -d - git clone depth, default to 20