Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henryruhs/handpick
Handpick conditional dependencies like a boss
https://github.com/henryruhs/handpick
dependency manager package
Last synced: 13 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T10:56:42.000Z (6 months ago)
- Last Synced: 2024-05-21T13:53:30.524Z (6 months 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.
[![Build Status](https://img.shields.io/github/actions/workflow/status/henryruhs/handpick/ci.yml.svg?branch=master)](https://github.com/henryruhs/handpick/actions?query=workflow:ci)
[![Coverage Status](https://img.shields.io/coveralls/henryruhs/handpick.svg)](https://coveralls.io/r/henryruhs/handpick)
[![NPM Version](https://img.shields.io/npm/v/handpick.svg)](https://npmjs.com/package/handpick)
[![License](https://img.shields.io/npm/l/handpick.svg)](https://npmjs.com/package/handpick)Preview
-------![Terminal Session](https://raw.githubusercontent.com/henryruhs/handpick/master/.github/terminal-session.svg?sanitize=true)
Installation
------------Install on your system:
```
npm install handpick --global
```Setup
-----Define unofficial dependencies:
```json
{
"lintDependencies":
{
"@isnotdefined/eslint-config": "7.2.0",
"eslint": "8.31.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.