UNPKG

aahook

Version:

A CLI tool that displays ASCII art when commands succeed or fail

10 lines 375 B
/** * Export all command functions */ export { galleryCommand } from './gallery'; export { installCommand } from './install'; export { previewCommand } from './preview'; export { browseCommand } from './browse'; export { colorizeCommand, createThemeCommand } from './colorize'; export { animateCommand, listAnimations } from './animate'; //# sourceMappingURL=index.d.ts.map