UNPKG

get-rce

Version:

clones, builds and runs RCE examples

29 lines (17 loc) 512 B
# get-rce a cli for fast [RCE](https://github.com/wix-incubator/rich-content) local environment set up ## installation ```bash npm install get-rce -g ``` ## usage ```bash Usage: get-rce [options] clones, builds and runs RCE Options: -V, --version output the version number -b, --branch [branchName] branch to checkout -p, --path [dirName] path used for "git clone" -d, --debug activate debug logging -h, --help output usage information ```