Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 318 Bytes

project-scaffolding.md

File metadata and controls

14 lines (9 loc) · 318 Bytes

Project Scaffolding

ℹ️ Make sure that you have clj-new installed

clojure -Tclj-new create :template holy-lambda :name basic.example

Alternatively you can use lein new:

lein new holy-lambda example