UNPKG

yarpm

Version:

CLI tool to run npm scripts with either npm, pnpm or yarn, depending on how it was started

5 lines (3 loc) 68 B
#!/usr/bin/env node 'use strict'; require('./bin-executor').run();