projex
Version:
A command line to manage the workflow
10 lines (9 loc) • 370 B
TypeScript
/**
* 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>;