UNPKG

rucken

Version:

Console tools and scripts for nx and not only that I (EndyKaufman) use to automate the workflow and speed up the development process

16 lines (15 loc) 413 B
/** * @module Constants */ /** * The token to store the root instance of commander */ export declare const CLI_SERVICE_TOKEN = "nests-console.Cli"; /** * The key to store metadata of a Console decorator */ export declare const CONSOLE_METADATA_NAME = "nests-console.Console"; /** * The key to store metadata of a Command decorator */ export declare const COMMAND_METADATA_NAME = "nests-console.Command:";