资 源 简 介
Opus has moved and renamed to BuildAMation, and can be found at https://github.com/markfinal/BuildAMation
Opus is a build tool.
A more accurate description is that Opus is a data transformation tool, defining a declarative C# script language. You describe the problem once in the scripting language, then choose the way in which you want to build your code, and Opus will generate it for you.
The core assembly has no knowledge of specific transformations. Packages extend the system; either by plugins which can define transformations, or by specifying actual data to transform.
The general use for Opus so far has been to build C/C++ applications using your preferred way to build code:
If you like command line builds, the Native builder is for you.
If you like Makefiles, the MakeFile builder is for you.
If you prefer VisualStudio projects, the VSSolution builder is for you.
If you prefer