Skip to content

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

Notifications You must be signed in to change notification settings

soenkekluth/run-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run-proxy

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

install

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

##yarn yarn add -D 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\""
  }
}

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages