Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.
This repository was archived by the owner on May 20, 2024. It is now read-only.

Fix order of input precedence #8

@vweevers

Description

@vweevers

The current order of input precedence for nom:npm is, with later overriding the former:

  • defaults (hardcoded like license: "MIT" or external like npm and git config)
  • configuration (like copyrightHolder, things that can't be derived from anything else)
  • existing package.json
  • cached answers
  • answers
  • options (from cli or parent generator)

It should be:

  • defaults
  • configuration and cached answers (handle as one, bypass Yeoman's cache)
  • existing package.json
  • answers
  • options

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions