https://github.com/henryruhs/handpick
Handpick conditional dependencies like a boss
https://github.com/henryruhs/handpick
dependency manager package
Last synced: 7 months ago
JSON representation
Handpick conditional dependencies like a boss
- Host: GitHub
- URL: https://github.com/henryruhs/handpick
- Owner: henryruhs
- License: other
- Created: 2020-04-04T00:09:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T10:56:42.000Z (almost 2 years ago)
- Last Synced: 2024-05-21T13:53:30.524Z (almost 2 years ago)
- Topics: dependency, manager, package
- Language: TypeScript
- Homepage:
- Size: 128 KB
- Stars: 57
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
Handpick
========
> Handpick conditional dependencies like a boss.
[](https://github.com/henryruhs/handpick/actions?query=workflow:ci)
[](https://coveralls.io/r/henryruhs/handpick)
[](https://npmjs.com/package/handpick)
[](https://npmjs.com/package/handpick)
Preview
-------

Installation
------------
Install on your system:
```
npm install handpick --global
```
Setup
-----
Define unofficial dependencies:
```json
{
"lintDependencies":
{
"@isnotdefined/eslint-config": "10.0.0",
"eslint": "9.19.0"
}
}
```
Usage
-----
Run the command:
```
handpick [options] [path]
-c, --config
-t, --target
-f, --filter
-m, --manager
-r, --range
-v, --version
-h, --help
```
Documentation
-------------
Read the [documentation](https://henryruhs.gitbook.io/handpick) for a deep dive.