ReleaseManagment for Dynamics AX 2012 is the bridge between ReleaseManagement For Visual Studio 2013 (http://www.visualstudio.com/en-us/products/release-management-for-microsoft-visual-studio-vs.aspx) and Dynamics AX 2012. The project contains the scripts that you will need to configure ReleaseManagement to perform various actions regarding to the deployment of builds to Dynamics AX Environments.
The solution consists of: A PowerShell module containing a library of functions to get things dons within your Dynamics AX Environment Wrapper PowerShell scripts representing tools within ReleaseManagement
Note: The scripts depend the CodeCrib dll files of the Dynamics AX Admin project on CodePlex. There are dll's in the source here, but for the latest version, check on https://dynamicsaxadmin.codeplex.com/
Detailed posts on how to use this solution can be found at: http://goo.gl/PskEIj
Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.
Provide code examples and explanations of how to get the project.
Depending on the size of the project, if it is small and simple enough the reference docs can be added to the README. For medium size to larger projects it is important to at least provide a link to where the API reference docs live.
Describe and show how to run the tests with code examples.
Let people know how they can dive into the project, include important links to things like issue trackers, irc, twitter accounts if applicable.
A short snippet describing the license (MIT, Apache, etc.)