Liking cljdoc? Tell your friends :D

easy-lib

A small template for libraries using deps-library and just to keep things simple.

Usage

Create a project from this template. Use your github username as the group name here.

    clj -X:project/new :template com.github.tggreene/easy-lib :name myname/myproject
    # OR
    clj -Tclj-new create :template com.github.tggreene/easy-lib :name myname/myproject
    # Then
    cd myproject

Can you improve this documentation?Edit on GitHub

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

× close