UNPKG

code-story

Version:

Get your code activity log for standup from git

4 lines (3 loc) 156 B
import { Options } from '@project-types/options'; declare const renderCliName: ({ title, author }: Options) => Promise<void>; export default renderCliName;