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

https://github.com/pengzhanbo/install-pkg


https://github.com/pengzhanbo/install-pkg

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# install-pkg

Install package programmatically. Detect package managers automatically (npm, yarn, bun and pnpm).

## Install
```sh
npm install @pengzhanbo/install-pkg
# or
pnpm add @pengzhanbo/install-pkg
```

## Usage

```ts
import installPkg from '@pengzhanbo/install-pkg'

installPkg('your-package-name', { dev: true })
```

## LICENSE

MIT