An open API service indexing awesome lists of open source software.

https://github.com/camsaul/clojure-library-template

Template for creating a Clojure library project, including tests, linters, CircleCI & badges
https://github.com/camsaul/clojure-library-template

clojure clojure-library clojure-template library-template project-template template

Last synced: 10 months ago
JSON representation

Template for creating a Clojure library project, including tests, linters, CircleCI & badges

Awesome Lists containing this project

README

          

[![Downloads](https://versions.deps.co/ORG/PROJECT/downloads.svg)](https://versions.deps.co/ORG/PROJECT)
[![Dependencies Status](https://versions.deps.co/ORG/PROJECT/status.svg)](https://versions.deps.co/ORG/PROJECT)
[![Circle CI](https://circleci.com/gh/ORG/PROJECT.svg?style=svg)](https://circleci.com/gh/ORG/PROJECT)
[![License](https://img.shields.io/badge/license-Eclipse%20Public%20License-blue.svg)](https://raw.githubusercontent.com/ORG/PROJECT/master/LICENSE)
[![cljdoc badge](https://cljdoc.org/badge/ORG/PROJECT)](https://cljdoc.org/d/ORG/PROJECT/CURRENT)

[![Clojars Project](https://clojars.org/ORG/PROJECT/latest-version.svg)](http://clojars.org/ORG/PROJECT)

# Cam's Clojure Library template

Run `./init.sh` and follow the prompts. That's it!