dext-cli

0.5.0 • Public • Published

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

/dext-cli/

    Package Sidebar

    Install

    npm i dext-cli

    Weekly Downloads

    0

    Version

    0.5.0

    License

    MIT

    Last publish

    Collaborators

    • vutran