Command line tool for EdgerOS app development.
# install globally
npm install -g @edgeros/cli
# print help
eos help
# build current app project
eos build [-n, -o]
# install app to EdgerOS Device
eos install <pkg_url> <ip>:<pwd>
# print sub command help message
eos <cmd> -h
# print current version
eos --version