> For the complete documentation index, see [llms.txt](https://henryruhs.gitbook.io/handpick/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://henryruhs.gitbook.io/handpick/introduction.md).

# Introduction

> Handpick conditional dependencies like a boss.

### Preview

![](https://raw.githubusercontent.com/redaxmedia/handpick/master/.github/terminal-session.svg?sanitize=true)

### Installation

Install on your system:

```
npm install handpick --global
```

### Setup

Define unofficial dependencies:

```
{
	"lintDependencies":
	{
		"@isnotdefined/eslint-config": "10.0.0",
		"eslint": "9.19.0"
	}
}
```

### Usage

Run the command:

```
handpick [options] [path]

-c, --config <config>
-t, --target <target>
-f, --filter <target>
-m, --manager <manager>
-r, --range <range>
-v, --version
-h, --help
```
