{"id":26192860,"url":"https://github.com/asynched/fastmake","last_synced_at":"2026-04-19T23:31:14.319Z","repository":{"id":125528122,"uuid":"405839792","full_name":"asynched/fastmake","owner":"asynched","description":"Fastmake is a CLI build tool for when you don't want to write a makefile from scratch. ⚡","archived":false,"fork":false,"pushed_at":"2021-09-16T03:14:14.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T11:45:38.683Z","etag":null,"topics":["c","cli","makefile","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/asynched.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":"2021-09-13T05:07:23.000Z","updated_at":"2022-02-19T19:35:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4926a5a-dcbd-4f68-8740-ac34814e99c5","html_url":"https://github.com/asynched/fastmake","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asynched/fastmake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Ffastmake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Ffastmake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Ffastmake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Ffastmake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asynched","download_url":"https://codeload.github.com/asynched/fastmake/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Ffastmake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32026599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","cli","makefile","python"],"created_at":"2025-03-12T01:24:59.710Z","updated_at":"2026-04-19T23:31:14.312Z","avatar_url":"https://github.com/asynched.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fastmake ⚡\n\nFastmake is a CLI build tool for when you don't want to write a makefile from scratch. Fastmake will bundle and compile all your files in the source directory and generate an executable.\n\n### Installation 🔬\n\n1. Clone this repository. 📝\n2. Add an alias to the `main.py` file. 🐍\n3. Ready to go. 🏌️‍♂️\n\n### Usage 🥼\n\nTo generate an executable, just use the `-t` flag and point it to your source folder\n\n```sh\n$ fastmake -t src -e my_app.exe\n```\n\n### Flags 🚩\n\n| Flag            | Usage                                                                     |\n| --------------- | ------------------------------------------------------------------------- |\n| [TARGET] -t     | Root folder of your project (where all you're files are stored)           |\n| [COMPILER] -c   | Chosen compiler to compile your program (optional, defaults to gcc)       |\n| [FLAGS] -f      | Add additional flags to the build command (optional, defaults to ENABLED) |\n| [EXECUTABLE] -e | Add a name to your generated executable (optional, defaults to 'main')    |\n| [FILE TYPE] -ft | Add a filetype as a default to generate the executable (defaults to .c)   |\n| [HELP] -h       | Terminal helper with examples                                             |\n\n### Want to try it out? 🧪\n\n1. Clone this repository\n\n```sh\n$ git clone https://github.com/Nxrth-x/fastmake.git\n```\n\n2. Add an alias\n\n```sh\n$ alias fastmake=\"python main.py\"\n```\n\n3. Generate an executable\n\n```sh\n$ fastmake -t example -e my_app.exe\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasynched%2Ffastmake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasynched%2Ffastmake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasynched%2Ffastmake/lists"}