adobe / aio-cli-plugin-app-dev

App Builder CLI - dev command
Apache License 2.0
0 stars 0 forks source link

aio-cli-plugin-app-dev

oclif Version Downloads/week Node.js CI License Codecov Coverage

This command is a new way of looking at local development. This uses the approach of a simulator, rather than an emulator.

Commands

aio-dev app dev

Run your App Builder app locally

USAGE
  $ aio-dev app dev [-v] [--version] [-o] [-e <value>]

FLAGS
  -e, --extension=<value>  Run only a specific extension, this flag can only be specified once
  -o, --open               Open the default web browser after a successful run, only valid if your app has a front-end
  -v, --verbose            Verbose output
  --version                Show version

DESCRIPTION
  Run your App Builder app locally

See code: src/commands/app/dev/index.js

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.