UNPKG

@dxdeveloperexperience/hygie

Version:

Hygie is an easy-to-use Open-Source REST API allowing you to interact with GIT events. This NestJS API expose a set of customizable rules to automate your project's life cycle.

5 lines (4 loc) 127 B
export class Constants { static rulesExtension: string = '.rulesrc'; static cronExpression: string = '0 0 6-20/1 * * *'; }