Skip to content

bryanmikaelian/clj-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template

A template clj repo with some plugins that I like to use. backed by deps.edn

Comes with:

  • deps.edn
  • compojure + ring for a basic API Server with a healthcheck endpoint
  • component

I use vim-iced for all REPL management. Once you installed you can run something like iced repl -A:dev. Within the repl, you can call the various component lifecycle methods like (init) and (start).

If you copy this template, you probably want to sed the word template with your project name. For example, I usually do something like this:

git clone  ...
sed -e 's/template/myservice/g' ./**/*.clj

About

template repo for my clj projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published