Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hashload/clibr
- Owner: HashLoad
- License: lgpl-3.0
- Created: 2023-08-08T18:13:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-12T15:37:14.000Z (over 1 year ago)
- Last Synced: 2024-04-14T00:32:25.705Z (10 months ago)
- Topics: delphi, framework, module, modules, rest-api, restful
- Language: C++
- Homepage: https://docs-br.com/dmfbr/
- Size: 1.31 MB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ModularBr is a Framework for Delphi designed to build efficient and scalable applications.
# 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
```
### > New project
This command initialize a new project.
```
clibr new ./appapi/api
```
###### Aliases: n
### > Informations
This command show the client informations
```
clibr info
```
###### Aliases: i
### > 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