GithubHelp home page GithubHelp logo

jared-bloomer / bootstrap-repo Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 49 KB

a Python based project to bootstrap a new Github Repo

License: GNU General Public License v3.0

Python 57.75% Jinja 42.25%

bootstrap-repo's Introduction

GitHub License Contributors Issues Pull Request

bootstrap-repo

Description

This python script will generate base advanced level file configuration to be placed in any newly create github repo to get your repo standards to the next level.

Reasons To Use This

  • Set a standard for repository generation
  • Maintain compliance across multiple repositories
  • Leverage more advanced features of Github

Reasons NOT To Use This

  • You already have tooling in place to accomplish the same functionality

Installation

It is recommended to use a Python virtual environment to run this to ensure you are able to install the prerequisite packages in requirements.txt without installing them system wide.

  1. Clone down this repo with the command git clone https://github.com/jared-bloomer/bootstrap-repo.git
  2. Change into the newly created directory with the command cd bootstrap-repo
  3. Create a Python Virtual Environment with the command python3 -m venv .venv
  4. Activate the new virtual environment with the command source .venv/bin/activate
  5. Install the Python prerequisite packages with the command pip install -r requirements.txt
  6. Run the bootstrap_repo.py script to create the files. The created files will be in an directory named output.

Usage

For the full help of this script please run ./bootstrap_repo.py -h

For most cases you can simply run ./bootstrap_repo.py -r my-repo-name -o my-organization-name -l MIT

All available License Files that can be downloaded can be found in the OpenSourceOrg Repo. Use the filename as the value for the -l, --license option at runtime.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.