Skip to content

Instantly share code, notes, and snippets.

@callumacrae
Last active October 25, 2023 15:14
Show Gist options
  • Select an option

  • Save callumacrae/9231589 to your computer and use it in GitHub Desktop.

Select an option

Save callumacrae/9231589 to your computer and use it in GitHub Desktop.
Build tools written in JavaScript

List of JavaScript Build Tools

Yet another framework syndrome

Name Date URL Stars
Jake April 2010 https://github.com/mde/jake 1000
Brunch January 2011 http://brunch.io/ 3882
smoosh March 2011 https://github.com/fat/smoosh 329
anvil.js February 2012 https://github.com/anviljs/anvil.js 161
ShellJS includes one March 2012 http://documentup.com/arturadib/shelljs#make-tool 2171
Grunt March 2012 http://gruntjs.com/ 9039
Gear.js May 2012? http://gearjs.org/ 78
assetgraph-builder September 2012 https://github.com/assetgraph/assetgraph-builder 365
buildr October 2012 https://github.com/balupton/buildr 217
mimosa December 2012 http://mimosa.io/ 445
modjs December 2012 http://madscript.com/modjs/ 450
automaton January 2013 http://indigounited.com/automaton 210
harp February 2013 http://harpjs.com/ 2615
james.js March 2013 https://github.com/leonidas/james.js 32
Bud April 2013 https://github.com/azer/bud 175
Gulp September 2013 http://gulpjs.com/ 11,264
simplebuild December 2013 https://github.com/jamesshore/simplebuild 8
Brocolli February 2014 https://github.com/joliss/broccoli 1842
Fez February 2014 http://fez.github.io/ 271
cha February 2014 https://github.com/chajs/cha 183
builder2.js April 2014 https://github.com/componentjs/builder2.js 43

And these are just the ones written in JavaScript.

Projects which haven't had commits in the last couple months are strikethrough.

@esamattis
Copy link
Copy Markdown

@bebraw
Copy link
Copy Markdown

bebraw commented Feb 26, 2014

Hey, you are missing a couple. See http://jster.net/category/build-utilities .

@callumacrae
Copy link
Copy Markdown
Author

Thanks @epeli and @bebraw, updated.

@callumacrae
Copy link
Copy Markdown
Author

Updated: Moved Brunch to January 2011, and updated star counts.

@DjebbZ
Copy link
Copy Markdown

DjebbZ commented Mar 20, 2014

Browserify, Webmake

@callumacrae
Copy link
Copy Markdown
Author

@DjebbZ: They're not build tools, they're dependency management tools. They're used by build tools sometimes, but they don't really fit on the list.

I imagine someone could make a somewhat longer list of dependency management tools for JavaScript, though!

@Munter
Copy link
Copy Markdown

Munter commented Jun 11, 2014

Isn't this rather a list of task runners that may or may not be used to create build pipelines?

Anyway, either assetgraph itself, or assetgraph-builder might belong on that list

@jmafc
Copy link
Copy Markdown

jmafc commented Jun 12, 2014

Although component is much more than a build tool, I think it or at least its resolver/builder merit inclusion in the list.

@juanbrujo
Copy link
Copy Markdown

add HarpJS

@cedx
Copy link
Copy Markdown

cedx commented Nov 29, 2014

ShellJS can be used as build tool: http://shelljs.org/#make-tool

@joelr
Copy link
Copy Markdown

joelr commented Feb 6, 2015

@mestaritonttu
Copy link
Copy Markdown

This is supposed to be the last build tool we'll ever need: https://github.com/gobblejs/gobble

@lalala
Copy link
Copy Markdown

lalala commented Apr 10, 2015

You're missing the most important and widely used build tool ...
https://github.com/npm/npm

@callumacrae
Copy link
Copy Markdown
Author

@insidewhy
Copy link
Copy Markdown

Can you add sigh to the bottom of the table:

| sigh | December 2014 | https://github.com/sighjs/sigh | 85

@iki
Copy link
Copy Markdown

iki commented Aug 13, 2015

@pateatlau
Copy link
Copy Markdown

awesome & insane!

@chimon2000
Copy link
Copy Markdown

https://github.com/pawelgalazka/runjs is pretty nice. Minimalistic.

@itranga
Copy link
Copy Markdown

itranga commented Jan 21, 2016

Gulp is the best one

@shannonmoeller
Copy link
Copy Markdown

@callumacrae
Copy link
Copy Markdown
Author

add:

thx @bebraw

@callumacrae
Copy link
Copy Markdown
Author

@callumacrae
Copy link
Copy Markdown
Author

@chris-morgan
Copy link
Copy Markdown

Broccoli has been misspelled as Brocolli in this list. Also the link should now be https://github.com/broccolijs/broccoli.

@ashleydavis
Copy link
Copy Markdown

Here's my contribution: task-mule

https://www.npmjs.com/package/task-mule

@thestackchief
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment