UNPKG

ogit

Version:

A lazy developer's Git CLI made simple. Makes using git on cloud IDEs (i.e. C9) a walk in the park.

7 lines (6 loc) 185 B
import 'reflect-metadata'; import { Command } from '@oclif/command'; export default class CreateTagCommand extends Command { static description: string; run(): Promise<void>; }