{"id":18644141,"url":"https://github.com/sera619/makeenvi-powershell","last_synced_at":"2025-11-05T02:30:20.541Z","repository":{"id":114545873,"uuid":"606845992","full_name":"sera619/MakeEnvi-Powershell","owner":"sera619","description":"Powershell create automatic code project!","archived":false,"fork":false,"pushed_at":"2023-02-28T17:26:15.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-27T11:20:04.990Z","etag":null,"topics":["code-project","powershell","powershell-automation"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sera619.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-26T18:29:41.000Z","updated_at":"2023-02-27T14:14:26.000Z","dependencies_parsed_at":"2023-03-13T13:08:02.639Z","dependency_job_id":null,"html_url":"https://github.com/sera619/MakeEnvi-Powershell","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/sera619%2FMakeEnvi-Powershell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sera619%2FMakeEnvi-Powershell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sera619%2FMakeEnvi-Powershell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sera619%2FMakeEnvi-Powershell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sera619","download_url":"https://codeload.github.com/sera619/MakeEnvi-Powershell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239449320,"owners_count":19640529,"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":["code-project","powershell","powershell-automation"],"created_at":"2024-11-07T06:10:11.024Z","updated_at":"2025-11-05T02:30:20.373Z","avatar_url":"https://github.com/sera619.png","language":"PowerShell","readme":"# MakeEnvi - Codeprojectassistant #\n\n\u003e UNDER DEVELOPMENT\n\u003e\n\u003e This Powershellscript will create new code projects.\n\n\u003cdetails \u003e\n\u003csummary\u003eFeatures\u003c/summary\u003e\n\n\u003e - create Base Filesystem with common folders\n\u003e - Python will create a venv for you and activate this automaticly\n\u003e - JavaScript will create a html, css, JavaScript for you\n\u003e - For all langs it create:\n\u003e   - README.md\n\u003e   - config.yml\n\u003e   - .gitignore\n\n\u003c/details\u003e\n\n\u003cbr\u003e\n\n\u003cdetails \u003e\n\u003csummary\u003eSupported languages\u003c/summary\u003e\n\u003cbr\u003e\n\n\u003e| Language | Supported |\n\u003e|:----------:|:-----------:|\n\u003e| Python| ✔️ |\n\u003e| JavaScript| ✔️ |\n\n\u003c/details\u003e\n\n\n## Usage ##\n\n\u003e If you already dont know what a Powershell-Profile is open below otherwise skip.\n\n\u003cdetails\u003e\n\u003csummary\u003eWhat is a Powershell-Profile?\u003c/summary\u003e\n\u003cbr\u003e\n\n\u003e\n\u003e Microsoft provide a PowerShell-Script in your user directory that will always execute if you start a new PowerShell-Terminal.\n\u003e\n\u003e You can use this to create own shortcuts for example if you dont want type the same path again and again.\n\u003e\n\u003e Or you want provide some custom scripts that you can easy access via console.\n\u003e\n\n\u003c/details\u003e\n\u003cbr\u003e\n\n\u003e Here we install the script.\n\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eInstallation\u003c/summary\u003e\n\u003cbr\u003e\n\n\u003e **Make sure you have [Visual Code](https://code.visualstudio.com/Download) and [Python 3.8+](https://www.python.org/downloads/) installed!**\n\u003e\n\u003e Copy the content from the [script](https://raw.githubusercontent.com/sera619/MakeEnvi-Powershell/master/MakeEnvi.ps1)\n\u003e\n\u003e Open a PowerShell-Terminal and type:\n\u003e\n\u003e```powershell\n\u003eexplorer $profile\n\u003e```\n\u003e\n\u003e A Editor Window will appear with your profile opened.\n\u003e \n\u003e Paste the copied script code somewhere in the script.\n\u003e\n\u003e Save file and restart the terminal.\n\u003e \n\u003e Make sure you edite the \\\u003ccodedirectory\\\u003e variable in the script to your root code directory on **C:\\\\** !\n\u003e\n\u003e```powershell\n\u003efunction MakeEnvi {\n\u003e    param (\n\u003e        $lang, $name\n\u003e    )\n\u003e    Write-Host \"\"\n\u003e    if ($lang -and $name){\n\u003e        # Set this to your Codedirectory\n\u003e        $codedir = \"\u003ccodedirectory\u003e\" # \u003c----- example Codes\n\u003e        #\n\u003e        if ($codedir -eq \"\u003ccodedirectory\u003e\"){\n\u003e    ...\n\u003e```\n\u003e\n\u003e Should look like this:\n\u003e\n\u003e```powershell\n\u003efunction MakeEnvi {\n\u003e    param (\n\u003e        $lang, $name\n\u003e    )\n\u003e    Write-Host \"\"\n\u003e    if ($lang -and $name){\n\u003e        # Set this to your Codedirectory\n\u003e        $codedir = \"Codes\" # \u003c----- example Codes\n\u003e        #\n\u003e        if ($codedir -eq \"\u003ccodedirectory\u003e\"){\n\u003e    ...\n\u003e```\n\n\n\u003c/details\u003e\n\u003cbr\u003e\n\n\u003e Now you can use the Helper!\n\n\u003cdetails\u003e\n\u003csummary\u003eUse command\u003c/summary\u003e\n\u003cbr\u003e\n\n\u003e Open a Powershell-Terminal and type the command above\n\u003e\n\u003e The \"codelanguage\" and \"projectname\" represent your inputs\n\u003e\n\u003e```Powershell\n\u003eMakeEnvi codelanguage projectname\n\u003e```\n\u003e\n\u003e Your project should be Created\n\u003e\n\n\u003c/details\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsera619%2Fmakeenvi-powershell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsera619%2Fmakeenvi-powershell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsera619%2Fmakeenvi-powershell/lists"}