Extending_Premake - premake/premake-4.x GitHub Wiki
Home > Extending Premake
A collection of how-to articles on extending and improving Premake. These are intended for folks who want to add new actions or API functions to Premake. If you just want to script your projects, have a look at Scripting with Premake instead.
This section is very much a work in progress, which I hope to gradually build up over time.
- [Basic Premake Extension](Basic Premake Extension)
- [Create A New Action](Create A New Action)