Function to "link" package.json scripts to launch tasks
Aperta
enhancement
- Lingua principale
- JavaScript
- Stelle
- 38
- Fork
- 1
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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*`
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.