{"id":17966356,"url":"https://github.com/x1nto/acmake","last_synced_at":"2026-04-11T22:02:35.102Z","repository":{"id":139685158,"uuid":"612608133","full_name":"X1nto/ACMake","owner":"X1nto","description":"A cargo-like tool for managing CMake projects","archived":false,"fork":false,"pushed_at":"2023-03-11T16:57:50.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T01:41:08.872Z","etag":null,"topics":["c","cargo","cmake","cpp","cxx","project-generation","project-generator"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/X1nto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-03-11T13:06:39.000Z","updated_at":"2023-03-11T15:52:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"19fe40ac-fa89-4fa9-8b37-8c441c7b0b91","html_url":"https://github.com/X1nto/ACMake","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/X1nto%2FACMake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/X1nto%2FACMake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/X1nto%2FACMake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/X1nto%2FACMake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/X1nto","download_url":"https://codeload.github.com/X1nto/ACMake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247078756,"owners_count":20879948,"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":["c","cargo","cmake","cpp","cxx","project-generation","project-generator"],"created_at":"2024-10-29T13:10:13.357Z","updated_at":"2026-04-11T22:02:35.015Z","avatar_url":"https://github.com/X1nto.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ACMake\n\nAdvanced CMake - A command-line tool to manage CMake projects, almost like Rust's cargo!\n\n## Geting started\n\nInstall acmake using cargo:\n```\ncargo install acmake\n```\n\n### Creating new projects\n\nCreate a new CMake C++ binary project:\n```\nacmake new -l c++ my-new-project\n```\nThis will create the following tree structure:\n```\n├── my-new-project\n│   ├── CMakeLists.txt\n│   └── main.cpp\n```\nIf you want to customize the root folder name, pass the `-f` flag:\n```\nacmake new -l c++ -f our-new-project my-new-project\n```\nAnd the output will be:\n```\n├── our-new-project\n│   ├── CMakeLists.txt\n│   └── main.cpp\n```\nNote: the `-f` flag only affects the folder name.\nThe project name inside CMakeLists is the last argument passed to `acmake`.\nIn this example, it will be `my-new-project`.\n\n### Program parameters\n\n#### Language\nThe `-l` flag specifies the language.\nYou can create a C++ project using any of the following language flags: `-l c++`, `-l cpp`, `-l cxx`.\nTo create a C project, use `-l c`.\n\n#### Language standard version\nBy default, ACMake generates C++17 and C11 projects.\nIn order to specify the language standard, append a colon to the passed `-l` language, followed by the standard version.\nFor example, the following command creates a C++23 project:\n```\nacmake new -l cpp:23 my-new-project\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx1nto%2Facmake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fx1nto%2Facmake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx1nto%2Facmake/lists"}