/bel-learn-lib

Primary LanguageClojureDo What The F*ck You Want To Public LicenseWTFPL

bel-learn-lib

Benno's lib with all learned elements in clojure

Installation

Download from https://github.com/bennoloeffler/bel-learn-lib.

Usage

Assuming the projects live in the same folder. E.g. c:\projects\bel-learn-lib and c:\projects\some-other-project

Make that dir in the other project: c:\projects\bel-use-learn-lib\src\bel-learn-lib BASICALLY: bel-learn-lib in src

Put a symbolic link there: mklink ........\bel-learn-lib\src\ (AS ADMIN) THATS IT

That way, during development, you may very easily work on the lib.

when you checkout some-other-project, you have to: checkout bel-learn-lib too