UNPKG

@qodalis/angular-cli

Version:

A lightweight and flexible command-line interface (CLI) tool designed to streamline workflows and automate tasks for developers.

5 lines (4 loc) 400 B
export { CommandParser } from './command-parser'; export declare const openLink: (link: string) => void; export declare const getGreetingBasedOnTime: (date?: Date) => "Good morning! Wishing you a productive day ahead!" | "Good afternoon! Keep up the great work!" | "Good evening! Hope you had a fantastic day!" | "Good night! Rest well and see you tomorrow!"; export * from './dependency-injection';