UNPKG

specialist

Version:

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

7 lines (6 loc) 217 B
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 { bin, color, exit, parseArgv, updater };