{"id":28235915,"url":"https://github.com/ranon-rat/moonmake","last_synced_at":"2025-06-10T09:30:43.501Z","repository":{"id":281430413,"uuid":"945254883","full_name":"ranon-rat/moonmake","owner":"ranon-rat","description":"a package manager and a build system made in python","archived":false,"fork":false,"pushed_at":"2025-05-14T00:59:04.000Z","size":1666,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-23T05:10:48.304Z","etag":null,"topics":["build-system","c","clang","cpp","gcc","makefile","raylib"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/moonmake/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ranon-rat.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":"2025-03-09T02:13:26.000Z","updated_at":"2025-05-15T15:44:40.000Z","dependencies_parsed_at":"2025-03-09T03:21:24.725Z","dependency_job_id":"12e2225d-3dee-411c-bf2b-4e4110d1c46f","html_url":"https://github.com/ranon-rat/moonmake","commit_stats":null,"previous_names":["ranon-rat/moonmake"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranon-rat%2Fmoonmake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranon-rat%2Fmoonmake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranon-rat%2Fmoonmake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranon-rat%2Fmoonmake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ranon-rat","download_url":"https://codeload.github.com/ranon-rat/moonmake/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranon-rat%2Fmoonmake/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259047881,"owners_count":22797614,"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":["build-system","c","clang","cpp","gcc","makefile","raylib"],"created_at":"2025-05-18T23:12:45.476Z","updated_at":"2025-06-10T09:30:43.462Z","avatar_url":"https://github.com/ranon-rat.png","language":"Python","readme":"\u003ch1 align=\"center\"\u003eMoonmake 🌙\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca align=\"center\" href=\"https://github.com/ranon-rat/moonmake/tree/main/docs/en/README.md\"\u003eEnglish\u003c/a\u003e | \u003ca href=\"https://github.com/ranon-rat/moonmake/tree/main/docs/es/README.md\"\u003eEspañol\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"images/hero.png\" alt=\"Moonmake Hero Image\"\u003e\n\u003c/p\u003e\n\nMoonmake is a lightweight, Python-based build system for C++ projects. It provides a simple and intuitive way to manage dependencies, compile code, and handle project builds across different platforms.\nInspired by makefile, made for my own purposes\n\n## Features ✨\n\n- 🚀 Simple and intuitive build system\n- 📦 Easy dependency management\n- 🔄 Incremental builds\n- 📚 Static library support\n- 🌍 Cross-platform (Windows, Linux, macOS)\n- 🛠️ Flexible build configuration\n\n## Quick Start 🚀\n\n1. **Install Moonmake**\n```bash\npip install moonmake\n```\n\n2. **Create a New Project**\n```bash\nmoonmake-new -n my_project\n```\n\n3. **Install Dependencies**\n```bash\ncd my_project\npython build.py install\n```\n\n4. **Build Your Project**\n```bash\npython build.py\n```\n\n## Project Structure 📁\n\n```\nmy_project/\n├── .moonmake/          # Build system directory\n│   ├── bin/           # Compiled binaries\n│   ├── obj/           # Object files\n│   ├── lib/           # Generated libraries\n│   └── dependencies/  # External dependencies\n├── src/\n│   ├── include/       # Header files\n│   ├── lib/           # Library source files\n│   └── target/        # Main executable sources\n└── build.py           # Build configuration\n```\n\n## Documentation 📚\n\nFor detailed documentation, please visit:\n- [English Documentation](https://github.com/ranon-rat/moonmake/tree/main/docs/en/README.md)\n- [Documentación en Español](https://github.com/ranon-rat/moonmake/tree/main/docs/es/README.md)\n\n## Requirements 📋\n\n- Python 3.6+\n- C++ Compiler (g++/clang++)\n- For Windows: MinGW-w64\n\n## Contributing 🤝\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franon-rat%2Fmoonmake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Franon-rat%2Fmoonmake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franon-rat%2Fmoonmake/lists"}