wellspin
v0.3.0
Published
Prints https://cal.com/wellspin/30min?layout=mobile and opens it in your default browser.
Readme
wellspin
Prints a link and opens it in your default browser. That is the whole program.
npx wellspinIt writes the URL to stdout and asks the operating system to open it. Whether the page then loads is between your browser and the network — this command cannot see that and does not claim it.
The link
https://cal.com/wellspin/30min?layout=mobileOptions
| Command | What it does |
| --- | --- |
| npx wellspin | print the URL and open it |
| npx wellspin --url | print the URL only, open nothing |
| npx wellspin --help | usage |
| npx wellspin --version | the version of this package |
npm x wellspin behaves the same way.
In CI the URL is printed and no browser is launched.
Getting the current link
The URL is baked in when the package is published, so a copy already on your machine keeps whatever link it shipped with. To be sure you have the newest:
npx wellspin@latestA changed link means a new version of this package.
Exit codes
| Code | Meaning | | --- | --- | | 0 | the URL was printed — including when the browser could not be launched | | 1 | this package has no usable URL configured | | 2 | bad arguments |
Licence
MIT.
