An embedding of shell script in clojure.
See reference documentation, api documentation and annotated source.
See tests for usage examples.
stevedore is distributed as a jar, and is available in the clojars repository.
Installation is with lein or your favourite maven repository aware build tool.
:dependencies [[com.palletops/stevedore "0.8.0-beta.7"]]
<dependencies>
<dependency>
<groupId>com.palletops</groupId>
<artifactId>stevedore</artifactId>
<version>0.8.0-beta.7</version>
</dependency>
<dependencies>
<repositories>
<repository>
<id>clojars</id>
<url>http://clojars.org/repo</url>
</repository>
</repositories>
Licensed under EPL
Copyright 2010, 2011, 2012, 2013 Hugo Duncan.