dext-cli
v0.5.0
Published
[![license](https://img.shields.io/github/license/vutran/dext-cli.svg?maxAge=2592000&style=flat-square)](LICENSE) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg?style=flat-square)](https://gitter.im/dext-app/Lobby)
Downloads
25
Readme
Dext Package Manager (dpm)
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