avajs / avajs/create-ava

Add flags as AVA config instead of CLI flags

Open
#13 3 comments 2 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.