https://github.com/rdsq/open-js
A JS package to open stuff
https://github.com/rdsq/open-js
bun deno javascript javascript-library jsr node nodejs package typescript
Last synced: 5 months ago
JSON representation
A JS package to open stuff
- Host: GitHub
- URL: https://github.com/rdsq/open-js
- Owner: rdsq
- License: mit
- Created: 2024-10-29T12:26:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:42:34.000Z (over 1 year ago)
- Last Synced: 2025-03-31T00:51:09.509Z (about 1 year ago)
- Topics: bun, deno, javascript, javascript-library, jsr, node, nodejs, package, typescript
- Language: TypeScript
- Homepage: https://jsr.io/@rdsq/open
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open
This is a simple (as it should be) package to open URLs, and maybe files
```js
import open from '@rdsq/open';
await open('https://example.com');
```