GithubHelp home page GithubHelp logo

dirkmothes / createrepo Goto Github PK

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

Create automatically Repository, Folder, README.md and gitignore (venv, .vscode). For windows systems

Batchfile 34.36% Python 65.64%

createrepo's Introduction

Project Creation Automation for WINDOWS

Inspiration

This project is inspired by Kalle Halden (https://github.com/KalleHallden) AND Tim Eichinger (https://github.com/eichingertim). He had the idea to this project and made it working for MacOS.
Check his repository out:https://github.com/KalleHallden/ProjectInitializationAutomation
Check his repository out:https://github.com/eichingertim/ProjectCreationAutomation

Create automatically Repository, Folder, README.md and gitignore (venv, .vscode). For windows systems

How to install

BEFORE CLONING make sure that you have already installed the newest version of python and you succesfully added it to your SYSTEM-PATH.


Goto your command-line (cmd) and navigate to the location where you want to clone this project. Then type:

git clone "https://github.com/dirkmothes/createRepo"
cd createRepo
pip install -r requirements.txt

Then edit the three files create.bat and remove.bat and inputs.py where necessary (marked and described with comments).

IMPORTANT: ADD createRepo-PATH to SYSTEM-PATH.

  1. type env to your windows-search and hit enter. A dialog with system-properties should appear.
  2. Click on the Button with Environment Variables
  3. In the System Variables window, highlight Path in the upper section, and click Edit.
  4. In the Edit System Variables window, click New and add the full path to the new created line.
  5. Click OK in each open windows

How to use it

CREATE

To create a new project just open your command-line (cmd) and type in a command with the following syntax:

create <ProjectName> <private/public>

REMOVE

USE WITH CAUTION - DELETING without question
To delete a Projekt and remove the repository open the command-line (cmd) and type in:

remove <ProjektName>

createrepo's People

Contributors

dirkmothes avatar

Watchers

 avatar

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.