mwpm
v0.1.1
Published
Module package manager for the Modular Wordpress theme
Downloads
4
Readme
Modular Wordpress Package Manager
Simple package manager that helps load the Modular Wordpress content modules.
This is in a working, but incomplete state, so please use with caution.
Installation
To install, simply run the following:
npm i -g mwpm
Usage
mwpm [action] [args...]
Action: install
mwpm install
Action: add
mwpm add [name] [git repo URL]
or for directory mode:
mwpm add [name] [git repo URL] -d [directory name]