Skip to content

yagiziskirik/GithubMaker

Repository files navigation

GithubMaker

Version 1.1.5 License Maintenance GithubMaker Unit Tests Downloads

PyPI - Downloads PyPI - License PyPI - Python Version PyPI PyPI - Wheel PyPI - Implementation

Creates Github related documents easily. Also, all of this repository's files has been created with this script.

Features

  • Creates Code of Conduct
  • Creates Contributing Guide
  • Creates License
  • Creates Readme template
  • Creates Security
  • Creates Github template files
  • Creates Gitignore file according to the OS type and programming languages that you use

Dependencies

  • Python is required for this project to work.

Setup

pip install GithubMaker

or

pip3 install GithubMaker

Usage

python -m GithubMaker.make
  • Fill all the required fields.
  • If a file is already there, it won't be overwritten.
  • Program guides you which files to edit. You can follow the instructions as needed.
  • Done!