Documentation - v0.0.0
Preparing search index...
@arroyodev-llc/projen.component.git-hooks
GitHooksOptions
Interface GitHooksOptions
interface
GitHooksOptions
{
hooks
?:
Partial
<
Record
<
ValidGitHooks
,
string
>
>
;
preserveUnused
?:
boolean
|
ValidGitHooks
[]
;
}
Index
Properties
hooks?
preserve
Unused?
Properties
Optional
Readonly
hooks
hooks
?:
Partial
<
Record
<
ValidGitHooks
,
string
>
>
Git hooks to utilize.
Optional
Readonly
preserve
Unused
preserveUnused
?:
boolean
|
ValidGitHooks
[]
Preserve all or list of unused hooks.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hooks
preserve
Unused
Documentation - v0.0.0
Loading...
Git hooks to utilize.