https://github.com/clj-python/clj-template
https://github.com/clj-python/clj-template
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clj-python/clj-template
- Owner: clj-python
- Created: 2020-02-09T17:43:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-09T15:39:07.000Z (over 3 years ago)
- Last Synced: 2025-04-06T21:15:11.876Z (9 months ago)
- Language: Clojure
- Size: 23.4 KB
- Stars: 4
- Watchers: 4
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Libpython-clj clj-template
* https://github.com/seancorfield/clj-new
## 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
```bash
# 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](https://github.com/seancorfield/clj-new) in user deps.edn (recommended)
```bash
# 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](https://clojurians.zulipchat.com/#narrow/stream/215609-libpython-clj-dev/topic/help-wanted) topic.
For configuration option requests, please file a Github issue or visit our [feature requests]( https://clojurians.zulipchat.com/#narrow/stream/215609-libpython-clj-dev/topic/feature-requests) topic.