Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 510 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 510 Bytes

minimal-clojure-project

Leiningen template for a very minimal Clojure application.

To use:

lein new minimal-clojure-project {new project name} --snapshot
  • Flat directory structure
  • Initially only a single source file main.clj (but you can add more)

Example uses include:

  • Single-use ad-hoc scripts
  • Utility scripts
  • Programming puzzle/challenge solutions

License

Copyright © 2015 Ming Pan. Distributed under the terms of the MIT License. For details, see the included LICENSE file.