SBT Alternatives
SBT is described as 'Build tool for Scala. It is like Ant or Maven but with hieroglyphics' and is an app in the development category. There are more than 10 alternatives to SBT for a variety of platforms, including Mac, Windows, Linux, BSD and Self-Hosted apps. The best SBT alternative is Maven, which is both free and Open Source. Other great apps like SBT are Gradle, SCons, Ant and Rake.
Apache Maven is a Java-based tool for build automation and project management (in software development). It is centered around a Project Object Model (POM) described in a XML file that describes the project structure and its dependencies to other components and libraries.
- - Maven is the most popular Windows, Mac & Linux alternative to SBT.
- - Maven is the most popular Open Source & free alternative to SBT.
Maven Features
Gradle is build automation evolved. Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites, generated documentation or indeed anything else.
Gradle Features
SCons is an Open Source software construction tool—that is, a next-generation build tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache.
SCons Features
Apache Ant is an Open Source Java-based build tool (for software development). It uses XML files to describe, structure and control the build process. Most actions are described as 'Tasks' - Ant offers a library of built-in Tasks, but various 3rd party Tasks and Task...
Rake is a software task management and build automation tool. It allows you to specify tasks and describe dependencies as well as to group tasks in a namespace.
Rake Features
Buck is a build system developed and used by Facebook. It encourages the creation of small, reusable modules consisting of code and resources, and supports a variety of languages on many platforms.
qmake is a tool from The Qt Company that helps simplify the build process for development project across different platforms. qmake automates the generation of Makefiles so that only a few lines of information are needed to create each Makefile.
qmake Features
Waf is a Python-based framework for configuring, compiling and installing applications.
waf Features
NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles. In practice it's a lot like Ant.
EBuild is a software project build, dependency management and reporting technology. The aim is to be able to tackle any build problem in a structured, declarative and elegant way. It is extensible via a plugin interface.
EBuild Features
Cake (C# Make) is a cross-platform build automation system with a C# DSL for tasks such as compiling code, copying files and folders, running unit tests, compressing files and building NuGet packages.
Cake Features
Apache Buildr is a build system for Java-based applications, including support for Scala, Groovy and a growing number of JVM languages and tools. We wanted something that’s simple and intuitive to use, so we only need to tell it what to do, and it takes care of the rest.
Buildr Features