UNPKG

@frontitude/cli

Version:

The Frontitude CLI enables product teams to integrate their code with Frontitude (frontitude.com), thus creating a single source of truth for their product copy, from design to development.

4 lines (3 loc) 111 B
import { Hook } from '@oclif/core'; declare const hookPostRun: Hook<'postrun'>; export default hookPostRun;