UNPKG

projex

Version:
10 lines (9 loc) 370 B
/** * The `setupConventional` function sets up conventional commits environment with Husky and Commitlint * in a specified directory or in the current directory, and creates a CHANGELOG.md file. * @param options - An object that contains two properties: */ export declare const setupConventional: (options: { l?: boolean; list: boolean; }) => Promise<void>;