Last active
February 20, 2017 01:23
-
-
Save swlkr/adec0b7184f457bd0d1cedb9d2f065a6 to your computer and use it in GitHub Desktop.
A Majestic Monolith in Clojure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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