Build Management the process and tools involved in converting the source code into binary code or executable package. Each language has their own build tools which helps the developer to build the source code along with dependencies from other project winch includes your opensource packages and convert into package is ready to be executed are deployed or shipped for using it in live environment DevOps tools also offer other functions such as unit testing training and tagging the source for uploading for storing the package into the storage repository are many more the most popular tools used.

Popular build management tools are

  • Maven (Java)
  • Gradle (Java)
  • npm (JS)
  • Bower (JS)
  • Make (linux)

more to be added..

back