1.0.1 • Published 7 years ago

dora-plugin-opn v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

dora-plugin-open

Open stuff like websites, files, executables etc. after dora server started.

Install

$ npm install --save-dev dora-plugin-opn

Usage

This plugin is base on opn, options can be specified with query-string.

# open the default target `http://localhost:${dora-port}`
dora --plugins opn

# specify target with `http://localhost:8000`
dora --plugins opn?target=http://localhost:8000

# specify target and app
dora --plugins opn?target=http://localhost:8000&app[]=chrome&app[]=google-chrome
1.0.1

7 years ago

1.0.0

7 years ago