-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mohamed Hassan edited this page Mar 2, 2026
·
22 revisions

Command-line utility: An executable file made of C++ named as pls that stands for project-layout-starter
Required seniority level: Java Architect
Java Architect uses this tool to generate different kinds of project-layout-starters upon finalizing the planning phase.
On execution, It should generate a specific kind of a project layout starter of a java-backend-component with a minimal configurations.
Run this from the CMD to generate the executable from the source code: g++ main.cpp -o pls
- You need to add the
bindirectory of MinGW Compiler to system-path
This command-line utility is an enhancement of Spring Boot CLI towards life needs.