@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 • 448 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0});const Conf=require("conf"),FULL_DIR_PATH="./",FILE_NAME="frontituderc",localConfig=new Conf({configName:FILE_NAME,projectSuffix:"",cwd:"./",schema:{filePath:{type:"string"},library:{type:"boolean"},projects:{type:"array",items:{type:"object",properties:{name:{type:"string"},id:{type:"string"}},required:["name","id"]}},xliffVersion:{type:"string"}}});exports.default=localConfig;