pallet.stevedore
An embedding of shell script in clojure.
See reference documentation, api documentation and annotated source.
See tests for usage examples.
Installation
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.
lein project.clj
:dependencies [[com.palletops/stevedore "0.8.0-beta.7"]]
maven pom.xml
<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>
License
Licensed under EPL
Copyright 2010, 2011, 2012, 2013 Hugo Duncan.