Skip to content

Instantly share code, notes, and snippets.

@WarFox
Last active June 1, 2018 16:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save WarFox/bdffa3b3b6d814f21c9368bf649e0c5a to your computer and use it in GitHub Desktop.
Save WarFox/bdffa3b3b6d814f21c9368bf649e0c5a to your computer and use it in GitHub Desktop.
Script to create Scala SBT project directory structure
#!/usr/bin/env bash
touch build.sbt ; touch README.md; mkdir -p project; touch project/plugins.sbt; mkdir -p src/{main/{scala,resources,java},test/{scala,resources,java}}/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment