npm-run-proxy

1.0.2 • Public • Published

npm-run-proxy alias run-proxy

npm-run-proxy calls npm scripts either with npm or yarn (if used)

install

npm

npm i --save-dev npm-run-proxy

yarn

yarn add -D npm-run-proxy

usage

in package.json scripts you can now use run instead of npm run or yarn

example

{
  "scripts": {
      "test": "run echo",
      "echo": "echo \"echo\""
  }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    7
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    7
  • 1.0.1
    0

Package Sidebar

Install

npm i npm-run-proxy

Weekly Downloads

7

Version

1.0.2

License

MIT

Last publish

Collaborators

  • soenkekluth