# workflow_starter **Repository Path**: oldyang1983/workflow_starter ## Basic Information - **Project Name**: workflow_starter - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-12 - **Last Updated**: 2023-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # workflow_starter Use workflow framwork to quickly create new project, support both windows and linux ## build ### Linux ``` git clone https://github.com/tashaxing/workflow_starter cd workflow_starter mkdir build cmake .. make ``` ### Windows ` git clone https://github.com/tashaxing/workflow_starter ` then use cmake-gui tool to configure and generate Visual Studio project sln file, open and build