CLI for developing Lcap Projects.
npm install -g lcap
lcap init
-
lcap help
: Show help of all commands -
lcap -V, --version
: Show the version of current CLI -
init <type> <name>
: Initialize a material -
config <action> <key> [value]
: Configure CLI options -
publish <version>
: Publish a new version -
deploy
: Push files to NOS static bucket -
usage
: Generate usage.json from api.yaml, screenshot and docs -
create
: Generate Component and Logic -
help [cmd]
: display help for[cmd]
Run lcap <command> --help
for detailed usage of given command.