This package will replace string like `name=${{ secret }}` where secret is world to `name=world`. If no match, it will use empty string for replacement.
npm install @etherdata-blockchain/string-replacerThis package will replace string like name=${{ secret }} where secret is world to name=world. If no match, it will
use empty string for replacement.