Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hashload/clibr

CLIBr (Command Line Interface) for ModularBr
https://github.com/hashload/clibr

delphi framework module modules rest-api restful

Last synced: 3 months ago
JSON representation

CLIBr (Command Line Interface) for ModularBr

Awesome Lists containing this project

README

        

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]( https://pvs-studio.com/en/pvs-studio/?utm_source=website&utm_medium=github&utm_campaign=open_source ) - static analyzer for C, C++, C#, and Java code.

### Getting started

Installation:
* Download [setup](https://github.com/HashLoad/clibr/releases)
* 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 --help` for more information about a command.
```
clibr new --help
```
###### Aliases: -h