Skip to content

DextApp/dext-cli

Repository files navigation

Dext Package Manager (dpm)

license Gitter

Dext command-line interface tool.

Install

$ npm install -g dext-cli

Requires Dext.

Usage

# installs a new plugin/theme
$ dpm install dext-my-plugin

# uninstalls an existing plugin/theme
$ dpm uninstall dext-my-plugin

# sets a new theme
$ dpm theme dext-my-theme

# search for a plugin/theme
$ dpm search github

# creates a symlink (current directory) to dext plugin directory (for development)
$ dpm link

# unlinks the current directory
$ dpm unlink

Related

  • dext - The Dext smart launcher
  • dext-core-utils - Utility modules shared between Dext and Dext Package Manager.

License

MIT © Vu Tran