Skip to content

Instantly share code, notes, and snippets.

@swlkr
Last active February 20, 2017 01:23
Show Gist options
  • Save swlkr/adec0b7184f457bd0d1cedb9d2f065a6 to your computer and use it in GitHub Desktop.
Save swlkr/adec0b7184f457bd0d1cedb9d2f065a6 to your computer and use it in GitHub Desktop.
A Majestic Monolith in Clojure
#!/bin/bash
lein new majestic monolith
cd monolith
git init
echo .idea >> .gitignore
git commit -am "Initial commit" # good practice to commit early and often
idea . # or use your favorite editor here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment