0.31.0
Adds a new lineman fetch <recipe> CLI command that simply fetches libraries to be added to your lineman project (saving you the step of browsing, downloading, and placing them yourself).
The library we're developing to enable this behavior is called "fetcher" and is available here: https://github.com/testdouble/fetcher
The list of available recipes is available here: https://github.com/linemanjs/fetcher-recipes/tree/master/recipes
Right now, only single-file recipes are supported. Soon, we'll add support for archive (zip/tar) recipes, git-based recipes, etc.
[It's worth noting that this is not meant to be a module replacement or an alternative to bower or browserify. This is simply a convenience for sucking down libraries with the intent of committing their assets into your project repo as vendored assets and concatenating them the old-fashioned way.]