==> Create config file for all the component of fe-theme
COMPONENT_CONFIG_PATH=./{PATH} CURRENT_APP_DIR=$(pwd) npm run theme-prepare --prefix ./node_modules/fe-themeOR
==> Creating config file for an individual component
COMPONENET_NAME={COMPONENT_NAME} COMPONENT_CONFIG_PATH=./{PATH} CURRENT_APP_DIR=$(pwd) npm run theme-prepare --prefix ./node_modules/fe-themeNote:
1. PATH is a variable i.e. where you want to place config files in your application
2. COMPONENT_NAME is a variable i.e. name of the component Input, button. Find the component list