google / google/wireit

A way to specify options for all scripts in a package

Open
#66 1 comment 8 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
6.4k
Forks
128
Avg merge
4d 10h
Merged PRs (30d)
4

Description

Possibility:

```json
{
"*": {
"dependencies": [
"bootstrap"
],
"packageLocks": [
"yarn.lock"
]
}
}
```

`*` is unlikely to collide with a real script name, but we should probably support an escaping scheme anyway, e.g. `\*` means the script literally called `*`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.