Add flags as AVA config instead of CLI flags
Open
enhancement
help wanted
- Dominant language
- JavaScript
- Stars
- 15
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
`npm init ava --serial` should result in `{"ava": {"serial": true}}`, not `"test": "ava --serial"`.
@novemberborn ?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the `npm init ava` entry point and trace how the `--serial` flag is represented in the generated project configuration. Done means `npm init ava --serial` produces an `ava` configuration with `serial` set to true rather than adding the flag to a `test` script.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100