premake-core

Premake

  • Owner: premake/premake-core
  • Platform:
  • License:: BSD 3-Clause "New" or "Revised" License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Welcome to Premake

Premake is a command line utility which reads a scripted definition of a software project, then uses it to perform build configuration tasks or generate project files for toolsets like Visual Studio, Xcode, and GNU Make. Premake's scripts are little Lua programs, so the sky's the limit!

workspace "MyWorkspace"
    configurations { "Debug", "Release" }

project "MyProject"
    kind "ConsoleApp"
    language "C++"
    files { "**.h", "**.cpp" }

    filter { "configurations:Debug" }
        defines { "DEBUG" }
        symbols "On"

    filter { "configurations:Release" }
        defines { "NDEBUG" }
        optimize "On"

Getting Started

Sponsors

Premake is a BSD-licensed open source project. Our many thanks to these fine people who help us spend more time adding features and supporting the community. :tada:

Want to join them? Learn more here. Use Premake at work? Ask your manager or marketing team about contributing too; your company logo will appear on our website and README, as well as all of our release pages.

Organizations

Individuals

Contributing

We love getting pull requests and rely heavily on the contributions of our community to keep Premake healthy and growing. If you're new to the project, our Contributing Guide is here.

A great big thank you to all of you who have already contributed your time and know-how!

Stay in touch

License

BSD 3-Clause

The Lua language and runtime library is © TeCGraf, PUC-Rio.
See their website at http://www.lua.org/

Main metrics

Overview
Name With Ownerpremake/premake-core
Primary LanguageC
Program languageMakefile (Language Count: 20)
Platform
License:BSD 3-Clause "New" or "Revised" License
所有者活动
Created At2015-03-21 14:08:15
Pushed At2025-05-25 17:12:19
Last Commit At2025-05-25 19:12:19
Release Count27
Last Release Namev5.0.0-beta6 (Posted on )
First Release Name4.3-beta1 (Posted on )
用户参与
Stargazers Count3.4k
Watchers Count95
Fork Count625
Commits Count4.3k
Has Issues Enabled
Issues Count1042
Issue Open Count270
Pull Requests Count1051
Pull Requests Open Count21
Pull Requests Close Count203
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private