The CLI for building apps with meetup-web-platform (internal).
$ mope <command> [<args>]
The mwp-cli executable (mope) is defined in /bin/mope.js - you can execute it directly without installing the mwp-cli
package. In development, this means that you can test the CLI from your application directory by running node path/to/mwp-cli/bin/mope.js
For example on running mwp-cli
from mup-web
- Checkout
mwp-cli
and a*-web
repo in this examplemup-web
- Go to
mup-web
repo folder - From
mup-web
runnode ../mwp-cli/bin/mope.js COMMAND
(e.g.node ../mwp-cli/bin/mope.js tx pullAll
which will pull all trns down for the mup-web transifex project)