-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Description
We need to add support for configuration file instead of adding various CLI options.
A react-native-brownfield
config can be created in these three ways (ordered by priority):
react-native-brownfield.config.js
react-native-brownfield.config.json
The react-native-brownfield
field in package.json
Acceptance criteria
- a
readConfiguration
function available incli/helpers
directory - the function in question accepts path to config file as the only argument
- the function returns correctly parsed configuration object
Metadata
Metadata
Assignees
Labels
No labels