Skip to content

clj-python/clj-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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@6d8cffe742412ae311693b15112cbfaa4339f1ac \
  appcompany.funapp
  • with clj-new installed in user deps.edn (recommended)
# example
clj -A:new \
  https://github.com/clj-python/clj-template@6d8cffe742412ae311693b15112cbfaa4339f1ac \
  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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published