0.0.5 • Published 2 years ago

opapp v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

install

npm install -g opapp

usage

opapp [appname]

example

opapp github

config

you can set config in open.config.json or set open field in package.json

global onfig file path: ~/.opapp/open.config.json

opapp -i  // init conifg file


{
    "defaultPlatform": "browser", // optional, default value is "browser"
    "defaultBrowser": "google chrome",  // optional, if not set will use system default browser
    "platforms": {
        "browser": { // every website key value
            "github": "https://github.com"
        }
    }
}
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago