Liking cljdoc? Tell your friends :D

mranderson.move

Refactoring tool to move a Clojure namespace from one name/file to another, and update all references to that namespace in your other Clojure source files.

WARNING: This code is ALPHA and subject to change. It also modifies and deletes your source files! Make sure you have a backup or version control.

DISCLAIMER This is a heavily modified version of Stuart Sierra's original clojure.tools.namespace.move

Refactoring tool to move a Clojure namespace from one name/file to
another, and update all references to that namespace in your other
Clojure source files.

WARNING: This code is ALPHA and subject to change. It also modifies
and deletes your source files! Make sure you have a backup or
version control.

DISCLAIMER
This is a heavily modified version of Stuart Sierra's original clojure.tools.namespace.move
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close