1.1.0 • Published 7 years ago

wppm v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

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
1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago