Skip to content

meboHQ/example-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example about executing an actions through command-line

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published