Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 701 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 701 Bytes

Commnad-line integration example

Implements a simple resize image action and hello world action which are available through command-line

Requirements

  • Node 8 or greater

Running examples:

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

Licensing

Mebo is free software; you can redistribute it and/or modify it under the terms of the MIT License