Andarist / Andarist/cherry-pick

Option to ignore some files

Open
#2 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
57
Forks
12
PR merge metrics
No merged PRs in 30d

Description

I'd like to ignore some files by either using some option like `--ignore` or being able to pass the entire glob pattern to the CLI.

The latter seems to not be possible because of this `path.join(inputDir, '!(index).{js,ts}')`.
https://github.com/Andarist/cherry-pick/blob/c78c2a3d2862e3650ce83021c16e3bc07155df28/lib/index.js#L27

I think it would be better if the library let the user have full control over the glob pattern.

Related to https://github.com/reakit/reakit/issues/106

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.