hkjels / clj-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libpython-clj clj-template

Usage

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

  • without clj-new installed in user deps.edn
# example
clj -Sdeps '{:deps {seancorfield/clj-new {:mvn/version "0.8.6"}}}' \
  -m clj-new.create \
  https://github.com/clj-python/clj-template@5b36a33ec79c0c0152317146deca0f37b336365d \
  appcompany.funapp
  • with clj-new installed in user deps.edn (recommended)
# example
clj -A:new \
  https://github.com/clj-python/clj-template@5b36a33ec79c0c0152317146deca0f37b336365d \
  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:

For help please visit our help-wanted topic.

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

About


Languages

Language:Clojure 100.0%