This bash script will instantiate a folder for an academic python project. It will:
- Initialise a new git repository for the project;
- Construct a basic
README.md
for the project and documentation; - Create a reccomended python project file structure;
- Create additional folders for literature, preprints, slides and papers (these are ignored by git);
- Clone the ArXiv preprint template into the preprint folder (as a git submodule);
- Create a Conda environment for the project, and a respective
environment.yml
file containing basic packages; - Include black and flake8 python formatter and style guide within git hooks, ensuring that these are included within pre-commit checks;
- Associate the MIT License to the project;
- Commit changes to the
main
branch, and create and switch to adevelop
branch following the gitflow branching model.
$ bash project_init.sh
- Unix based
- MIT License and README files are specific to the OptiMaL-PSE Group at Imperial College London.
Author - Tom Savage, 3/9/2021