NuroDev / xmake-scaffold

🌱 Minimal Xmake C++ Project Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌱 Xmake Scaffold

A minimal Xmake project template

License Build Xmake

πŸ¦„ Usage

Simply click the button below to get started:

Use this template

πŸ”¨ Development

πŸ“‹ Requirements

To setup and use the project you will need to have the following tools installed:

⬇️ Installation

Clone the repository

git clone https://github.com/nurodev/xmake-scaffold.git

Change the working directory to the newly cloned repository:

cd xmake-scaffold

Run xmake to install the dependencies & build the project:

xmake

Run the project after it has been built:

xmake run

About

🌱 Minimal Xmake C++ Project Template

License:MIT License


Languages

Language:Lua 93.6%Language:C++ 6.4%