button 0.1.1

A build system that aims to be correct, scalable, and robust.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

Button Build Status

A build system that aims to be fast, correct, and elegantly simple. See the documentation for more information.

Features

  • Implicit dependency detection.
  • Correct incremental builds.
  • Can display a graph of the build.
  • Recursive. Can generate a build description as part of the build.
  • Very general. Does not make any assumptions about the structure of your project.
  • Detects and displays cyclic dependencies.
  • Detects race conditions.

"Ugh! Another build system! Why?!"

There are many, many other build systems out there. There are also many, many programming languages out there, but that hasn't stopped anyone from making even more. Advancing the state of a technology is all about incremental improvement. Button's raison d'être is to advance the state of build systems. Building software is a wildly complex task and we need a build system that can cope with that complexity without being too restrictive.

Most build systems tend to suffer from one or more of the following problems:

  1. They don't do correct incremental builds.
  2. They don't correctly track changes to the build description.
  3. They don't scale well with large projects (100,000+ source files).
  4. They are language-specific or aren't general enough to be widely used outside of a niche community.
  5. They are tied to a domain specific language.

Button is designed such that it can solve all of these problems. Read the overview in the documentation to find out how.

License

MIT License

Authors:
  • Jason White
Dependencies:
darg, io
Versions:
0.1.3 2018-Nov-15
0.1.2 2016-Nov-19
0.1.1 2016-Oct-16
0.1.0 2016-Jun-27
0.0.1 2016-May-30
Show all 8 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 93 downloads total

Score:
1.5
Short URL:
button.dub.pm