Andarist / Andarist/cherry-pick

Option to ignore some files

Abierto
#2 6 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
57
Forks
12
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.