SBT
Simple Build Tool (SBT) by Scala is an open-source build tool for Java and Scala projects. Its features include incremental compilation and an interactive shell. The post SBT appeared first on Plutora.
View ArticleGradle
Gradle Build Tool is an open source build automation system designed for multi-project builds. It supports Maven and Ivy repositories for retrieving dependencies so that you can reuse artifacts of...
View ArticleDocker
Docker is a software container platform. Originally released in 2013 as an open source Docker Engine, it has grown enormously in popularity and now has an integral place in most DevOps toolchains. It...
View ArticleMaven
Apache Maven is a dependency management and build automation tool from the Apache Software Foundation. Based on the concept of a project object model (POM), Maven can manage a project’s build,...
View ArticleAnt
Apache Ant is one of the more venerable Java-based build automation tools, originating from the Apache Tomcat project in 2000. Its strengths are portability, flexibility, and simplicity. It does not...
View ArticleGrunt
Grunt is a JavaScript task runner that automates repetitive tasks like minification, compilation, unit testing, and linting. It also has a large ecosystem of plugins that extend base functionality. The...
View ArticleNAnt
NAnt is a free and open source build automation tool similar to Apache Ant, but targeted at the .NET environment instead of Java. It can perform tasks such as compiling source code and resource files...
View ArticleGulp
Gulp is a JavaScript task runnner that automates painful or time-consuming tasks in your development workflow, such as: bundling and minifying libraries and stylesheets, running unit tests, and running...
View ArticlePacker
HashiCorp Packer is a free and open source tool for creating identical machine images for multiple platforms from a single source configuration. Its advantages include: faster infrastructure...
View ArticleLeiningen
Leiningen is a build tool for Clojure. It serves as an adapter between the command line and Clojure, making it easier for you to run Clojure functions. The post Leiningen appeared first on Plutora.
View Article