dora-plugin-opn

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i dora-plugin-opn

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • pengxingjian.pxj