Implements a simple resize image action and hello world action which are available through command-line
- Node 8 or greater
git clone https://github.com/meboHQ/example-cli.git
cd example-cli
npm install
# listing actions:
node . --help
# executing actions:
node . hello --help
node . hello
node . hello "Ola mundo!"
node . resizeImage --help
node . resizeImage --width=50 --height=50 data/logo.png > /tmp/logoTarget.png
Mebo is free software; you can redistribute it and/or modify it under the terms of the MIT License