Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sukkaw/bundled-open-cli
Open stuff like URLs, files, executables, with installation size reduced by 78%. Cross-platform.
https://github.com/sukkaw/bundled-open-cli
Last synced: 27 days ago
JSON representation
Open stuff like URLs, files, executables, with installation size reduced by 78%. Cross-platform.
- Host: GitHub
- URL: https://github.com/sukkaw/bundled-open-cli
- Owner: SukkaW
- Created: 2024-06-19T05:42:51.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-02T12:01:04.000Z (4 months ago)
- Last Synced: 2024-10-06T11:18:40.747Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 115 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bundled Open CLI
> Open stuff like URLs, files, executables. Cross-platform.
This is a bundled version of [sindresorhus/open-cli](https://www.npmjs.com/package/open-cli).
**open-cli**
[Installation size 1.3 MiB / 31 Packages](https://pkg-size.dev/open-cli)
**bundled-open-cli**
[Installation size 219 KiB / 1 Package](https://pkg-size.dev/bundled-open-cli)
## Install
```bash
# npm
npm install --global bundled-open-cli
# yarn
yarn global add bundled-open-cli
# pnpm
pnpm add --global bundled-open-cli
# bun
bun i --global bundled-open-cli
```## Usage
```bash
open-cli --help
```See also [sindresorhus/open-cli](https://www.npmjs.com/package/open-cli).
## Related
- [open](https://www.npmjs.com/package/open) - The low-level library that powers open-cli
- [open-cli](https://www.npmjs.com/package/open-cli) - The original version of this package