文件最后提交记录最后更新时间
Add project templates (#9440) * add templates * improve test * update readme * update readme * fix test2 个月前
add more templates (#9441) * add more templates * add raylib and sdl templates * improve linux driver2 个月前
Add project templates (#9440) * add templates * improve test * update readme * update readme * fix test2 个月前
Add project templates (#9440) * add templates * improve test * update readme * update readme * fix test2 个月前
README.md

Templates

This directory contains the official xmake project templates.

Structure

The directory structure is organized by language and project type:

templates/
  - language/ (e.g. c, c++, rust, ...)
    - category/ (e.g. console, static, shared, ...)
      - name/ (e.g. simple, qt, ...)
        - xmake.lua

Usage

You can use these templates when creating a new project via xmake create:

xmake create -l c++ -t console myproject

Contribution

We only accept general-purpose, lightweight, and basic project templates. Templates that are specific to a particular business logic or project type will be rejected.