UNPKG

yarn-or-die

Version:
10 lines (6 loc) 222 B
#!/usr/bin/env node const usingYarn = process.env.npm_config_user_agent.indexOf('yarn') !== -1; if (!usingYarn) { throw new Error('You have to use Yarn instead of NPM for this command'); } process.exit(0);