https://github.com/bubkoo/dora-plugin-open
Opens stuff like websites, files, executables etc after dora server started.
https://github.com/bubkoo/dora-plugin-open
dora open plugin
Last synced: about 1 year ago
JSON representation
Opens stuff like websites, files, executables etc after dora server started.
- Host: GitHub
- URL: https://github.com/bubkoo/dora-plugin-open
- Owner: bubkoo
- License: mit
- Created: 2017-04-14T01:44:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T02:28:53.000Z (about 9 years ago)
- Last Synced: 2025-03-07T04:47:56.459Z (over 1 year ago)
- Topics: dora, open, plugin
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dora-plugin-open
> Open stuff like websites, files, executables etc. after dora server started.
## Install
```shell
$ npm install --save-dev dora-plugin-opn
```
## Usage
This plugin is base on [opn](https://www.npmjs.com/package/opn), options can be specified with query-string.
```shell
# 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
```