Skip to content

Instantly share code, notes, and snippets.

@benjamin-chan
Last active September 14, 2016 16:56
Show Gist options
  • Save benjamin-chan/a937b578956b28c91752643d9dc639cd to your computer and use it in GitHub Desktop.
Save benjamin-chan/a937b578956b28c91752643d9dc639cd to your computer and use it in GitHub Desktop.
Make project subfolder tree (Windows)
rem Do this after initializing the Git repo
mkdir background
mkdir data
mkdir data\raw
mkdir data\processed
mkdir docs
mkdir figures
mkdir lib
mkdir lib\R
mkdir lib\tests
mkdir scripts
tree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment