UNPKG

npm-upgrade

Version:

Interactive CLI utility to easily update outdated NPM dependencies

12 lines (9 loc) 148 B
#! /usr/bin/env node import yargs from 'yargs'; yargs .commandDir('../commands') .demandCommand() .strict() .version() .help() .argv;