UNPKG

fuck-npm

Version:

Removes `node_modules` & runs `npm install`

6 lines (3 loc) 141 B
const yargs = require('yargs'); const { argv } = yargs.usage('$0 [string]').alias('v', 'version').version().help(); module.exports = argv;