Skip to content

Cookie Cutter Init

Compare
Choose a tag to compare
@chendaniely chendaniely released this 04 Feb 18:03
· 7 commits to master since this release

Creates the following path, along with a README in each generated folder.
Finally creates a top-level README.md file that describes the project, its inspirations, and links back to the repo

Path_Provided
|- doc/           # directory for documentation, one subdirectory for manuscript
|
|- data/          # data for storing fixed data sets
|
|- src/           # any source code
|
|- bin/           # any compiled binaries or scripts
|
|- results/       # output for tracking computational experiments performed on data