Last active
September 14, 2016 16:56
-
-
Save benjamin-chan/a937b578956b28c91752643d9dc639cd to your computer and use it in GitHub Desktop.
Make project subfolder tree (Windows)
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
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