A submodule for initialising repositories according to TheOrganist24 standards.
This script can be found at TBC
To run use the following:
mkdir <PROJECT_NAME>
cd <PROJECT_NAME>
wget -qO - https://raw.githubusercontent.com/Theorganist24/init/development/generate | bash -s Python3 "Project summary"
General generations are:
- README.md
- .gitignore
- Makefile
- LICENSE
- Appropriate folder structure
- Poetry
pyproject.toml
