{"id":16286495,"url":"https://github.com/dynesshely/cppenhanced","last_synced_at":"2025-03-20T02:31:42.384Z","repository":{"id":155122256,"uuid":"601303467","full_name":"Dynesshely/CppEnhanced","owner":"Dynesshely","description":"A library has advanced supports for c++ developers.","archived":false,"fork":false,"pushed_at":"2023-08-27T08:20:27.000Z","size":77,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T22:43:39.795Z","etag":null,"topics":["cmake","cpp","cpp-library"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dynesshely.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-13T19:36:53.000Z","updated_at":"2024-03-25T10:35:48.000Z","dependencies_parsed_at":"2024-10-27T21:43:18.564Z","dependency_job_id":"9144bacf-5d9e-4359-9151-d0ed56c162fd","html_url":"https://github.com/Dynesshely/CppEnhanced","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynesshely%2FCppEnhanced","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynesshely%2FCppEnhanced/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynesshely%2FCppEnhanced/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynesshely%2FCppEnhanced/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dynesshely","download_url":"https://codeload.github.com/Dynesshely/CppEnhanced/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244047544,"owners_count":20389203,"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":["cmake","cpp","cpp-library"],"created_at":"2024-10-10T19:43:14.962Z","updated_at":"2025-03-20T02:31:42.375Z","avatar_url":"https://github.com/Dynesshely.png","language":"C","readme":"# About\n\nYour powerful tool for C++ development.\n\nWhole project use CMake, you can easily import CppEnhanced through CMake.  \nIn future, you will be able to import CppEnhanced from vcpkg and other package manager.\n\n# Build\n\n## Dependencies\n\n+ CMake ( Version \u003e 3.6 )\n+ C/C++ build toolchains\n  - (MSVC is required on Windows platform)\n\n## Command\n\nOrigin way:\n\n```shell\nmkdir build\ncd build\ncmake ..\ncmake --build . --config=Release\n```\n\nor use script,\n\n```shell\n# on gnu/linux or macos\n./build.sh\n\n# or on windows os\n./build.ps1\n```\n\n# Components\n\n- DateTime  \n  DateTime is a C++ time format and operate class (Deported from dotnet core source code)\n\n# Usage\n\nAll components supports chaining methods style.\n\nTake `DateTime` class for example:\n\n```cpp\nauto date = CppEnhanced::DateTime()\n    .SetYear(2023)\n    .SetMonth(1)\n    .SetDay(4)\n    ;\nprintf(\"%s\\n\", date.ToString(1).c_str());\n// Output: 2023.1.4\n```\n\n# License\n\nWe are using AGPLv3.0 now.\n\n# More\n\n- [In Wiki] [Add `Developer PowerShell for VS` profile to VSCode terminals](https://github.com/Dynesshely/CppEnhanced/wiki/Add-%60Developer-PowerShell-for-VS%60-info-your-VSCode)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynesshely%2Fcppenhanced","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdynesshely%2Fcppenhanced","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynesshely%2Fcppenhanced/lists"}