Skip to main content

Sistema de creación de proyectos con comandos rápidos.

Project description

Moonmake 🌙

English | Español

Moonmake Hero Image

Moonmake 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. Inspired by makefile, made for my own purposes

Features ✨

  • 🚀 Simple and intuitive build system
  • 📦 Easy dependency management
  • 🔄 Incremental builds
  • 📚 Static library support
  • 🌍 Cross-platform (Windows, Linux, macOS)
  • 🛠️ Flexible build configuration

Quick Start 🚀

  1. Install Moonmake
pip install moonmake
  1. Create a New Project
moonmake-new -n my_project
  1. Install Dependencies
cd my_project
python build.py install
  1. Build Your Project
python build.py

Project Structure 📁

my_project/
├── .moonmake/          # Build system directory
│   ├── bin/           # Compiled binaries
│   ├── obj/           # Object files
│   ├── lib/           # Generated libraries
│   └── dependencies/  # External dependencies
├── src/
│   ├── include/       # Header files
│   ├── lib/           # Library source files
│   └── target/        # Main executable sources
└── build.py           # Build configuration

Documentation 📚

For detailed documentation, please visit:

Requirements 📋

  • Python 3.6+
  • C++ Compiler (g++/clang++)
  • For Windows: MinGW-w64

Contributing 🤝

Contributions are welcome! Please feel free to submit a Pull Request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

moonmake-0.1.727.2.tar.gz (11.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

moonmake-0.1.727.2-py3-none-any.whl (10.7 kB view details)

Uploaded Python 3

File details

Details for the file moonmake-0.1.727.2.tar.gz.

File metadata

  • Download URL: moonmake-0.1.727.2.tar.gz
  • Upload date:
  • Size: 11.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for moonmake-0.1.727.2.tar.gz
Algorithm Hash digest
SHA256 b652f4ccd5657ce76d2667692822067dfd92be03df4c3459529fc613d8c42380
MD5 27342634b66f6acb3103246ea5f93154
BLAKE2b-256 862cfd76524d01d9a8381307a3ae8ebe9e6578f0c051804941149dbf2533a4da

See more details on using hashes here.

File details

Details for the file moonmake-0.1.727.2-py3-none-any.whl.

File metadata

  • Download URL: moonmake-0.1.727.2-py3-none-any.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for moonmake-0.1.727.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b875bb3512768dc94e3028fd52451cb591cb2317a9fbaf599ae346289dd6f158
MD5 2d8c093928ec562892a33186856199fd
BLAKE2b-256 93ca24cef30c23f12612aa2394de19d95b7c5607a30fdb663ade7b4d51b523e6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page