pcf-services-parser
A parser for PCF service credentials
Returns PCF service credentials as an object of ENV formatted strings.
Given the service configuration:
;console.logserviceCredentials;// {// DB_SERVICE_USERNAME: "db-username",// DB_SERVICE_PASSWORD: "db-password",// MESSAGE_BROKER_USERNAME: "broker-username",// MESSAGE_BROKER_PASSWORD: "broker-password"// };