0.0.1-devpreview-16 • Published 5 years ago

@digitaloptgroup/plugin-start v0.0.1-devpreview-16

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@digitaloptgroup/cli-dev-server-plugin

A development server to run you ADN app locally.

oclif Version Downloads/week License

Usage

$ npm install -g @digitaloptgroup/plugin-start
$ plugin-dogcli-start COMMAND
running command...
$ plugin-dogcli-start (-v|--version|version)
@digitaloptgroup/plugin-start/0.0.1-devpreview-15 linux-x64 node-v10.14.2
$ plugin-dogcli-start --help [COMMAND]
USAGE
  $ plugin-dogcli-start COMMAND
...

Commands

plugin-dogcli-start start

run a local server for development

USAGE
  $ plugin-dogcli-start start

OPTIONS
  -p, --port=port
  -s, --script=script

EXAMPLE
  $ dog start

  # Start on a custom port
  $ dog start --port 3001

  # Point to a non-standard script location
  $ dog start --script ./my-script.js

See code: src/commands/start.ts