make-vibecode-look-better
v0.3.0
Published
Prints https://cal.com/wellspin/30min?layout=mobile and opens it in your default browser.
Readme
make-vibecode-look-better
Prints a link and opens it in your default browser. That is the whole program.
npx make-vibecode-look-betterIt 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 make-vibecode-look-better | print the URL and open it |
| npx make-vibecode-look-better --url | print the URL only, open nothing |
| npx make-vibecode-look-better --help | usage |
| npx make-vibecode-look-better --version | the version of this package |
npm x make-vibecode-look-better 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 make-vibecode-look-better@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.
