Skip to content

andersmurphy/clj-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-cookbook

A collection of useful Clojure recipes (the sort of things you do once in the lifetime of a project and then forget how to do).

Meta level recipes will be documented here.

Formatting pre-commit hook

Pre-commit hook bash script can be found here.

Downloads and caches zprint and uses it to format staged code automatically on commit.

Formatting rules can be configured here.

Setup:

git config core.hooksPath git-hooks
chmod +x git-hooks/pre-commit

The accompanying blog post can be found here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published