All Projects → dvdvgt → Giter

dvdvgt / Giter

Licence: GPL-3.0 license
Quickly set up a new remote repository, initialize a local git repository and add the remote repo

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Giter

pyGinit
A simple github automation cli
Stars: ✭ 15 (-60.53%)
Mutual labels:  command-line-app, pygithub
protomate
Python built CLI tool for automated github project initialization. Check the source code documentation here: https://rednafi.github.io/protomate/
Stars: ✭ 15 (-60.53%)
Mutual labels:  github-api, pygithub
Pygithub
Typed interactions with the GitHub API v3
Stars: ✭ 4,825 (+12597.37%)
Mutual labels:  github-api, pygithub
Builderbook
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
Stars: ✭ 3,015 (+7834.21%)
Mutual labels:  github-api
pouchrobot
An AI robot to collaborate in any open source project on GitHub
Stars: ✭ 39 (+2.63%)
Mutual labels:  github-api
ghapi3
Work In Progress: GitHub API v3.0 implemented in R using the gh package
Stars: ✭ 15 (-60.53%)
Mutual labels:  github-api
github-profile-views-counter
🚀 Set up this GitHub profile views counter for your profile that does not require any services to record profile views
Stars: ✭ 66 (+73.68%)
Mutual labels:  github-api
Tentacle
A Swift framework for the GitHub API
Stars: ✭ 244 (+542.11%)
Mutual labels:  github-api
gh
Control GitHub from your Terminal
Stars: ✭ 28 (-26.32%)
Mutual labels:  github-api
contribution-checker
Check whether GitHub commits qualify as contributions.
Stars: ✭ 34 (-10.53%)
Mutual labels:  github-api
github-profile
See Your Github Profile Summary
Stars: ✭ 21 (-44.74%)
Mutual labels:  github-api
admissions
Admissions is the gateway to Elixir School's private Slack
Stars: ✭ 18 (-52.63%)
Mutual labels:  github-api
podcast-player
A Python command line podcast player
Stars: ✭ 20 (-47.37%)
Mutual labels:  command-line-app
Jcabi Github
Object Oriented Wrapper of Github API
Stars: ✭ 252 (+563.16%)
Mutual labels:  github-api
gitbot
The most popular Discord dev toolkit with 400k+ users 🚀✨
Stars: ✭ 59 (+55.26%)
Mutual labels:  github-api
Hubcaps
a rust interface for github
Stars: ✭ 245 (+544.74%)
Mutual labels:  github-api
gitamp
Listen to music generated by events across github.
Stars: ✭ 29 (-23.68%)
Mutual labels:  github-api
RxSwift-VIPER-iOS
RxSwiftVIPER is an sample iOS App written in RxSwift using the VIPER architecture. Also RxSwiftVIPER is not a strict VIPER architecture.
Stars: ✭ 47 (+23.68%)
Mutual labels:  github-api
gitline
Github repositories timeline 📑
Stars: ✭ 32 (-15.79%)
Mutual labels:  github-api
watchub
Be notified of people who followed/unfollowed you and starred/unstarred your repositories
Stars: ✭ 55 (+44.74%)
Mutual labels:  github-api

Giter

License

Table of Contents

Description

Command line application to quickly set up new repositories on Github and add it as origin to your local repo.

Requirements

  • Python 3.6+
  • git
  • pygithub

Installation

  1. Check whether you have the correct version of python installed with python3 --version
  2. Clone the repository with git clone https://github.com/Xcal1bur/Giter.git
  3. Navigate to the root directory with cd Giter
  4. Install it by running pip install --user .
  5. After restarting your terminal you may now executer giter just by typing giter [args]

Usage

usage: giter.py [-h] [--init] [--https] [--create] [--doc]

Command line application to quickly set up a new remote repository, initialize
a local git repository and add the remote repo.

optional arguments:
  -h, --help    show this help message and exit
  --init, -i
  --https
  --create, -c
  --doc

Contribution

Please feel free to report bugs or request features by opening an issue.

License

Copyright (C) 2019 David Voigt

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].