Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpenet/tempel-clojure
tempel snippets for clojure
https://github.com/mpenet/tempel-clojure
Last synced: 2 days ago
JSON representation
tempel snippets for clojure
- Host: GitHub
- URL: https://github.com/mpenet/tempel-clojure
- Owner: mpenet
- License: gpl-3.0
- Created: 2022-11-15T12:43:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T19:48:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T10:29:41.842Z (about 1 month ago)
- Language: Emacs Lisp
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tempel-clojure
Tempel templates for clojure
## Installation
### MELPA
It's pending for merge on melpa, in the meantime using straight.el:
when it's merged it will be just: `M-x package-install tempel-clojure`
### straight
Via straight you can get/use it today.
```elisp
(use-package tempel-clojure
:straight (tempel-clojure :type git
:host github
:files ("tempel-clojure.el" "templates")
:repo "mpenet/tempel-clojure"))
```## License
tempel-clojure is licensed under GNU GPLv3