UNPKG

specialist

Version:

A library that helps you write tiny, fast and beautiful CLI apps that can automatically check for updates.

9 lines (8 loc) 243 B
/* IMPORT */ import bin from 'tiny-bin'; import color from 'tiny-colors'; import parseArgv from 'tiny-parse-argv'; import updater from 'tiny-updater'; import exit from './exit.js'; /* EXPORT */ export { bin, color, exit, parseArgv, updater };