Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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