callstack / react-native-brownfield

Set of helpers to make your brownfield integration smooth and easy.
MIT License
225 stars 14 forks source link

Add support for configuration file #62

Open michalchudziak opened 2 years ago

michalchudziak commented 2 years ago

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