Open
Description
Add a cross-env feature which resolves environment variables in a standard way.
Example: I like to use env vars so that configuration information can be stored in package.json. I believe the following will fail on windows but works fine on mac:
"mkdirs": "dist docs/dist docs/models",
"scripts": {
"clean": "shx rm -rf $npm_package_mkdirs && shx mkdir $npm_package_mkdirs",