Skip to content

HashLoad/CLIBr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ModularBr is a Framework for Delphi designed to build efficient and scalable applications.

super CLI

Description

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.

SAST Tools

PVS-Studio - static analyzer for C, C++, C#, and Java code.

Getting started

Installation:

  • Download setup
  • Just type clibr in cmd

Available Commands

> Help

This is a helper for clibr.

clibr --help

super CLI

> New project

This command initialize a new project.

clibr new ./appapi/api
Aliases: n

super CLI

> Informations

This command show the client informations

clibr info
Aliases: i

super CLI

> Version

This command show the client version

clibr version
Aliases: v

Flags

> --vcl --horse, --guard

This flag defines new project partner Horse or VCL

clibr new app my_api --horse
clibr new app my_api --vcl

> Help command

This is a helper for clibr. Use clibr <command> --help for more information about a command.

clibr new --help
Aliases: -h