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
19 lines (18 loc) • 551 B
JavaScript
;
/**
* @module Constants
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.COMMAND_METADATA_NAME = exports.CONSOLE_METADATA_NAME = exports.CLI_SERVICE_TOKEN = void 0;
/**
* The token to store the root instance of commander
*/
exports.CLI_SERVICE_TOKEN = 'nests-console.Cli';
/**
* The key to store metadata of a Console decorator
*/
exports.CONSOLE_METADATA_NAME = 'nests-console.Console';
/**
* The key to store metadata of a Command decorator
*/
exports.COMMAND_METADATA_NAME = 'nests-console.Command:';