https://github.com/bnadlerjr/boot-selmer
Boot task for compiling Selmer templates.
https://github.com/bnadlerjr/boot-selmer
Last synced: 3 months ago
JSON representation
Boot task for compiling Selmer templates.
- Host: GitHub
- URL: https://github.com/bnadlerjr/boot-selmer
- Owner: bnadlerjr
- Created: 2017-06-01T01:05:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T02:23:33.000Z (over 7 years ago)
- Last Synced: 2025-02-02T15:52:39.494Z (4 months ago)
- Language: Clojure
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boot-selmer
Boot task to compile [Selmer](https://github.com/yogthos/Selmer) templates.
[![Clojars Project][1]][2]
## Options
To see a list of options accepted by this task:
```
$ boot selmer -h
```## Development
To install a local snapshot:
```
$ boot build-jar
```To push a new release to Clojars:
1. Update the version in `build.boot`
2. `CLOJARS_USER=foo CLOJARS_PASS=bar boot build-jar push-release`## License
Copyright © 2017 Bob Nadler, Jr.
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.[1]: https://img.shields.io/clojars/v/bnadlerjr/boot-selmer.svg
[2]: http://clojars.org/bnadlerjr/boot-selmer