Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 667 Bytes

File metadata and controls

27 lines (20 loc) · 667 Bytes

TheOrganist24 Code

Common Init Script

A submodule for initialising repositories according to TheOrganist24 standards.

This script can be found at TBC

Getting started

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

Python3

  • Poetry pyproject.toml

C