UNPKG

grapi-cli

Version:

a cli tool to generate loopback 4 applications with extra features like caching & fuzzy search

6 lines (5 loc) 149 B
import { Command } from '@oclif/core'; export default class PrePatches extends Command { static description: string; run(): Promise<void>; }