Function to "link" package.json scripts to launch tasks
Abierto
enhancement
- Lenguaje dominante
- JavaScript
- Estrellas
- 38
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
There should be something like `launch --link` that updates the local `package.json`.
Writes something like this to `package.json`:
``` js
"scrips": {
"build": "launch build",
"test": "launch test"
}
```
For all launch tasks that match:
- `build`, `start`, `test`
- `pre*`, `post*`
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.