a leiningen plugin for clj-rpc to generate client stub code.
in project.clj add
:dev-dependencies [[lein-clj-rpc "0.1.0-SNAPSHOT"]]
command:
lein gen-stub namespace [serveraddress serverport]
serveraddress and serverport can be optional the default values are 127.0.0.1 and 8080
example:
lein gen-stub com.basecity.api 127.0.0.1 8080
this example will generate a file name api.clj under the src/com/basecity/ directory
Copyright (C) 2011 FIXME
Distributed under the Eclipse Public License, the same as Clojure.