Liking cljdoc? Tell your friends :D

Libpython-clj clj-template

Usage

libpython-clj projects can now be created quickly in 2 ways from the latest stable template:

  • with clj-new installed in user deps.edn (recommended)
clj -A:new clj-python <mydomain.myapp> # don't copy

# example
clj -A:new clj-python appcompany.funapp

NOTE: this assumes you have clj-new configured in you ~/.clojure/deps.edn profile. If you do not, you can use the following:

  • without clj-new installed in user deps.edn
clj -Sdeps '{:deps {seancorfield/clj-new {:mvn/version "0.8.6"}}}' \
-m clj-new.create \
clj-python <mydomain.myapp> # don't copy

# example
clj -Sdeps '{:deps {seancorfield/clj-new {:mvn/version "0.8.6"}}}' \
-m clj-new.create \
clj-python appcompany.funapp

For help please visit our help-wanted topic.

For configuration option requests, please file a Github issue or visit our feature requests topic.

Can you improve this documentation? These fine people already did:
J.J. Tolton, Chris Nuernberger & Jay
Edit on GitHub

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

× close