env-cmd
env-cmd copied to clipboard
feat: add support for parameter expansion
Adds support for parameter expansions in strings. For example:
./node_modules/.bin/env-cmd -x echo "Hello ${WHO}!"
and
{
"script": {
"hello": "env-cmd -x echo \"Hello ${WHO}!\""
}
}
Closes https://github.com/toddbluhm/env-cmd/issues/341
Think I submitted something similar in https://github.com/toddbluhm/env-cmd/pull/253 ?