{"id":14065935,"url":"https://github.com/eichingertim/ProjectCreationAutomation","last_synced_at":"2025-07-29T21:34:15.401Z","repository":{"id":49781306,"uuid":"210678504","full_name":"eichingertim/ProjectCreationAutomation","owner":"eichingertim","description":"Short script that enables a \"create\"-command for the command-line to create a new project-folder with a local and remote github repository","archived":false,"fork":false,"pushed_at":"2019-10-09T17:50:04.000Z","size":38,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-14T07:10:03.740Z","etag":null,"topics":["bash","command-line-tool","project-creation","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eichingertim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-24T19:10:05.000Z","updated_at":"2022-02-11T18:59:28.000Z","dependencies_parsed_at":"2022-08-30T05:41:33.649Z","dependency_job_id":null,"html_url":"https://github.com/eichingertim/ProjectCreationAutomation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eichingertim%2FProjectCreationAutomation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eichingertim%2FProjectCreationAutomation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eichingertim%2FProjectCreationAutomation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eichingertim%2FProjectCreationAutomation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eichingertim","download_url":"https://codeload.github.com/eichingertim/ProjectCreationAutomation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228052639,"owners_count":17862105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","command-line-tool","project-creation","python"],"created_at":"2024-08-13T07:04:51.068Z","updated_at":"2024-12-04T05:31:08.776Z","avatar_url":"https://github.com/eichingertim.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Project Creation Automation for WINDOWS\n## Inspiration\nThis project is inspired by Kalle Halden (https://github.com/KalleHallden). He had the idea to this project and made it working for MacOS. Check his repository out:https://github.com/KalleHallden/ProjectInitializationAutomation\n## How to install\n**BEFORE CLONING** make sure that you have already installed the newest version of python and you succesfully added it to your SYSTEM-PATH.\n\n---\n\nGoto your command-line (cmd) and navigate to the location where you want to clone this project. Then type:\n```bash\ngit clone \"https://github.com/eichingertim/ProjectCreationAutomation.git\"\ncd ProjectCreationAutomation\npip install -r requirements.txt\n```\nThen edit the two files **create.bat** (inside batch-folder) and **scripty.py** where necessary (marked and described with comments). \n\n**IMPORTANT**: Now you have to put the path of the **create.bat**-file (e.g. C:\\Users\\...\\ProjectCreationAutomation\\batch) to your SYSTEM-PATH. Here is a short instruction how to do this:\n1. type **env** to your windows-search and hit enter. A dialog with system-properties should appear.\n2. Click on the Button with **Environment Variables**\n3. In the System Variables window, highlight **Path** in the upper section, and click **Edit**.\n4. In the Edit System Variables window, click **New** and add the full path to the new created line.\n7. Click **OK** in each open windows\n\n## How to use it\nTo create a new project just open your command-line (cmd) and type in a command with the following syntax:\n```bash\ncreate \u003cProjectName\u003e \u003cprivate/public\u003e\n```\n* **ProjectName**: Write here your new project's name without space\n* **private/public**: Write here if you want your project to be public or private on github.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feichingertim%2FProjectCreationAutomation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feichingertim%2FProjectCreationAutomation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feichingertim%2FProjectCreationAutomation/lists"}