Skip to main content

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

Project description

Moonmake 🌙

English | Español

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

Installation

git install github.com/ranon-rat/moonmake
cd moonmake
pip3 -r requirements.txt
pip3 install .
  1. Create a New Project
python -m moonmake.create -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.2.tar.gz (8.7 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.2-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: moonmake-0.1.2.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for moonmake-0.1.2.tar.gz
Algorithm Hash digest
SHA256 699f2d1ecd6365a348036328ddcc76b2ad207991f81d10cf800baf46ea2fd6a5
MD5 089ce4e79f1042a3ce7bbc4a5ce3f39a
BLAKE2b-256 8ee4c45d861f8db8bab3b9e13822cb6e4407b9e71070ca2a80e7e59cb1e83796

See more details on using hashes here.

File details

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

File metadata

  • Download URL: moonmake-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for moonmake-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1071448696cbe55a50d8b5b60daf8bce9fc3604f3a8a3090b681f2d4298769de
MD5 0223195712f87303554cc7b28f6f8381
BLAKE2b-256 8a8393ac86fb350f96e71f4ed2439da79494d2fe97556cd35b1f48397f58c9a1

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