🤏
handpick
  • Introduction
  • Config
  • Examples
    • Basic
    • Manager
    • Range
    • Reference
  • Links
    • GitHub
Powered by GitBook
On this page
  • Preview
  • Installation
  • Setup
  • Usage

Introduction

NextConfig

Last updated 3 months ago

Handpick conditional dependencies like a boss.

Preview

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