github mysticatea/npm-run-all v3.1.0

latest releases: v4.1.5, v4.1.3, v4.1.4...
7 years ago

Features

  • 09507bc added supporting $npm_config_xxx (fixes #60)

    npm run-script command has supported --name=value style options. This style options make environment variables $npm_config_name (%npm_config_name% on Windows), then we can use those environment variables in npm-scripts. Now npm-run-all also got supports of the --name=value style options and $npm_config_name variables.
    For examples:

    {
        "scripts": {
            "echo": "echo $npm_config_foo"
        }
    }
    $ npm run echo --foo=777
    777
    $ npm-run-all echo --foo=888
    888

Don't miss a new npm-run-all release

NewReleases is sending notifications on new releases.