UNPKG

@frontitude/cli

Version:

The Frontitude CLI enables product teams to integrate their code with Frontitude (frontitude.com), thus creating a single source of truth for their product copy, from design to development.

1 lines 325 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const tslib_1=require("tslib"),core_1=require("@oclif/core"),strings=tslib_1.__importStar(require("../../strings.json"));class Config extends core_1.Command{async run(){}}exports.default=Config,Config.description=strings["configCommand-commandDescription"];