ModularBr is a Framework for Delphi designed to build efficient and scalable applications.
CLIBr is a command-line tool that assists in initializing, developing, and maintaining applications using ModularBr. It provides assistance in various ways, including creating the project's basic structure and complete modules. It incorporates architectural patterns of best practices to encourage the creation of well-structured applications.
Project developed in C++ and code analyzed using a static analysis guideline tool. I appreciate the PVS-Studio team for providing a license for open-source projects' usage.
PVS-Studio - static analyzer for C, C++, C#, and Java code.
Installation:
- Download setup
- Just type
clibr
in cmd
This is a helper for clibr.
clibr --help
This command initialize a new project.
clibr new ./appapi/api
This command show the client informations
clibr info
This command show the client version
clibr version
This flag defines new project partner Horse or VCL
clibr new app my_api --horse
clibr new app my_api --vcl
This is a helper for clibr. Use clibr <command> --help
for more information about a command.
clibr new --help