1.2.1 • Published 1 year ago
@edgeros/cli v1.2.1
EdgerOS CLI
Command line tool for EdgerOS app development.
Get started
# install globally
npm install -g @edgeros/cli
# print help
eos help
Usage
# list app project templates
eos templates
# create a new EdgerOS app (folder)
eos new [app-name]
# create new app with given template
eos new <app-name> <template>
# build current app project
eos build [-m]
# print sub command help message
eos <cmd> -h
# print current version
eos --version