v2 / vlib / v / help / vpm / vpm.txt
21 lines · 11 sloc · 555 bytes · f6e41da47be431a5e9b2d83c13eb3b594c13c3fa
Raw
Package Management Utilities:

  install   Installs each PACKAGE.

  link      Symlink the current project into VMODULES.

  list      List all installed packages.

  outdated  List all installed modules that need updates.

  remove    Removes all listed PACKAGEs.

  search    Searches https://vpm.vlang.io/ for matching KEYWORDs and displays the details

  show      Display information about a module on vpm.

  unlink    Remove the current project's symlink from VMODULES.

  update    Updates each PACKAGE.

  upgrade   Upgrade all outdated modules.