wppm

1.1.0 • Public • Published

wppm - Wordpress Plugin Manager

  • Install your plugins as a piece of cake (like npm and composer)

Usage

  1. Install wppm using npm( nodejs required ):
npm install -g wppm
  1. Run wppm using a command:
wppm [command] [args...]

Commands

  • install - install plugins
  • search - search plugins
  • info - get information about plugin
wppm install [pluginSlugs...]

install


Install using wppm.json

  • In the terminal, go to the directory of wppm.json and run the command below:
wppm install
  • The model of wppm.json
{
    "dependencies": {
        "plugin-slug": "",
        "another-plugin-slug": "",
        "other-plugin-slug": ""
        ...
    }
}

install-json


Saving installation in wppm.json

  • You can save your plugins installation in wppm.json using --save option save-install

Install specific versions of plugins

  • You can install old version of plugins( see 'wppm info plugin-slug' to see the available versions)

  • Just like npm, wppm follows package@version, unluckily the WP plugins'versions didn't follow semantic version (semver) accurately, but wppm tries to make the best approach to it.

install-version


wppm search <search-term>

search


wppm info <plugin-slug>

info

Authors

  • lucasbhjf

License

  • MIT

Package Sidebar

Install

npm i wppm

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • vendramini