UNPKG

@oclif/plugin-update

Version:

[![Version](https://img.shields.io/npm/v/@oclif/plugin-update.svg)](https://npmjs.org/package/@oclif/plugin-update) [![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-update.svg)](https://npmjs.org/package/@oclif/plugin-update) [![License](htt

9 lines (8 loc) 184 B
import CommandsUpdate from './commands/update.js'; import { init } from './hooks/init.js'; export const commands = { update: CommandsUpdate, }; export const hooks = { init, };