{"id":21023433,"url":"https://github.com/quasarapp/quasarapplib","last_synced_at":"2025-10-04T01:49:18.566Z","repository":{"id":39705859,"uuid":"144395223","full_name":"QuasarApp/QuasarAppLib","owner":"QuasarApp","description":"global function for quasar app","archived":false,"fork":false,"pushed_at":"2025-04-27T10:27:31.000Z","size":356,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-27T11:36:15.323Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://quasarapp.ddns.net:3031/docs/QuasarApp/QuasarAppLib/latest/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QuasarApp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-08-11T15:11:48.000Z","updated_at":"2025-04-27T10:26:05.000Z","dependencies_parsed_at":"2023-01-31T18:46:39.562Z","dependency_job_id":"72d9c2c0-e320-4e7a-a1cf-508e0ecf55fd","html_url":"https://github.com/QuasarApp/QuasarAppLib","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuasarApp%2FQuasarAppLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuasarApp%2FQuasarAppLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuasarApp%2FQuasarAppLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuasarApp%2FQuasarAppLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuasarApp","download_url":"https://codeload.github.com/QuasarApp/QuasarAppLib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254304647,"owners_count":22048446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T11:18:09.165Z","updated_at":"2025-10-04T01:49:13.546Z","avatar_url":"https://github.com/QuasarApp.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuasarAppLib\nGlobal functions used in applications QuasarApp.\nThis lib include include next modules:\n\n* Locales - This module use for parse local files. This module allows you to work with translations. \n* Params - This module use for parese app params and create log.\n* Settings - This is a module that allows you to work with application settings. \n* Global - This module contains other global functions.\n\n\n## Build\n\n\n * git clone https://github.com/QuasarApp/QuasarAppLib.git\n * git submodule update --init --recursive\n * cd QuasarAppLib\n * cmake -DCMAKE_PREFIX_PATH=Yuor/Qt/Dir/Path .  \n * make -j8\n * make test #(for testing)\n\n\n### Available build options:\n\n```cmake\noption(QA_ALLOW_NOT_SUPPORTED_OPTIONS \"Enable for allow any command line options\" ON)\noption(QA_DISABLE_LOG \"Disabled all logs (force sets verbose to 0)\" OFF)\n\n```\n\n## Include\n\n#### The cmake build do not required Qt libraries. \n \n * cd yourRepo\n * git submodule add https://github.com/QuasarApp/QuasarAppLib.git # add the repository of QtBigInt into your repo like submodule\n * git submodule update --init --recursive\n * Include in your CMakeLists.txt file the main CMakeLists.txt file of QuasarAppLib library\n  \u003e\u003e add_subdirectory(QuasarAppLib)\n * Rebuild yuor project\n\n```cmake\nadd_subdirectory(QuasarAppLib)\ntarget_link_libraries(MyBinary PUBLIC QuasarApp)\n```\n\n### Note \n\nBy Default QuasarAppLib makes as a static library. If you want to create a shared library just add the BUILD_SHARED_LIBS into your main CMakeLists.txt file.\nExample :\n\n```cmake\nset(BUILD_SHARED_LIBS ON)\nadd_subdirectory(QuasarAppLib)\ntarget_link_libraries(MyBinary PUBLIC QuasarApp)\n\n```\n\n# Usage\n\n```cpp\n#include \u003cquasarapp.h\u003e\n\nif (!QuasarAppUtils::Params::parseParams(argc, argv)) {\n    QuasarAppUtils::Params::log(\"Warning message\", QuasarAppUtils::Warning);\n    QuasarAppUtils::Params::showHelp();\n    exit(0);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquasarapp%2Fquasarapplib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquasarapp%2Fquasarapplib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquasarapp%2Fquasarapplib/lists"}