Skip to content

A minimal Clojure project for onboarding new Clojure devs

Notifications You must be signed in to change notification settings

kriyative/clj-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-hello

This is a sample repo to help new devs understand the working components of a Clojure project.

See the deps.edn file for details on the project dependencies, and their configuration settings.

The src folder contains the source files of the project’s Clojure namespaces.

The test folder contains the test files, and are conditionally added under the test alias (or profile) in the deps.edn.

To run tests from the command line, execute:

clj -X:test

About

A minimal Clojure project for onboarding new Clojure devs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published