{"id":24014999,"url":"https://github.com/humanagainstmachine/localmodules","last_synced_at":"2026-04-18T14:04:13.540Z","repository":{"id":246808397,"uuid":"814812582","full_name":"HumanAgainstMachine/LocalModules","owner":"HumanAgainstMachine","description":"Tools for PowerShell modules development","archived":false,"fork":false,"pushed_at":"2025-03-27T11:53:39.000Z","size":37,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-05T13:02:20.617Z","etag":null,"topics":["devops-tools","packagemanagement","powershell-module","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HumanAgainstMachine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-13T18:55:58.000Z","updated_at":"2025-07-24T20:36:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"dece3c7f-ed8f-494f-a06d-59fa2ff85baa","html_url":"https://github.com/HumanAgainstMachine/LocalModules","commit_stats":null,"previous_names":["humanagainstmachine/localmodules"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/HumanAgainstMachine/LocalModules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HumanAgainstMachine%2FLocalModules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HumanAgainstMachine%2FLocalModules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HumanAgainstMachine%2FLocalModules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HumanAgainstMachine%2FLocalModules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HumanAgainstMachine","download_url":"https://codeload.github.com/HumanAgainstMachine/LocalModules/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HumanAgainstMachine%2FLocalModules/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31971494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["devops-tools","packagemanagement","powershell-module","windows"],"created_at":"2025-01-08T07:38:32.463Z","updated_at":"2026-04-18T14:04:08.640Z","avatar_url":"https://github.com/HumanAgainstMachine.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LocalModules PowerShell Module\n\n## Overview\n\n**LocalModules** simplifies the installation of PowerShell modules under development on your local machine that are not yet ready for publishing, streamlining the development and testing process.\n\nThe minimal file structure for a PowerShell module in development is as follows:\n\n    DevModulesFolder/\n    |_ _ DevModuleName/          # Folder containing the module files\n         |_ _ DevModuleName.psm1 # Module script file.\n\n\n## Features\n\n- Creates and manages a local repository behind the scene (`Developing`).\n- Generates a minimal module manifest if one is not already provided.\n- Removes all traces of the previously installed version before installing the latest edited version.\n- Lists only installed development modules.\n\n## Prerequisites\n\n- PowerShell 5.1 or later.\n- Administrator privileges may be required for certain actions.\n\n## Installation\n\nInstall **LocalModules** from [Powershell Gallery](https://www.powershellgallery.com/packages/LocalModules).\n\n```powershell\nInstall-Module -Name LocalModules\n```\n\n## Usage\n\n### Configuration\n\nBefore using `LocalModules`, configure the path to the folder containing your development modules:\n\n1. Locate the configuration file:\n   ```powershell\n   $env:APPDATA\\LocalModules\\config.json\n   ```\n2. Edit `config.json` and specify the folder containing your modules:\n   ```json\n   {\n     \"DevModulesPath\": \"C:\\\\Path\\\\To\\\\Your\\\\Development\\\\Modules\"\n   }\n   ```\n\n### Cmdlets\n\n 1. Install a module from your development path:\n```powershell\nInstall-DevModule -Name \"DevModuleName\"\n```\n\n\n2. List all modules installed from `Developing` repository:\n```powershell\nGet-InstalledDevModule\n```\n\n## Notes\n\nThis module is inspired by [Marc-André Moreau's article](https://blog.devolutions.net/2021/03/local-powershell-module-repository-no-server-required) on setting up a local PowerShell repository.\n\n\n## Contribution\n\nFeel free to contribute by submitting issues or pull requests to improve functionality and documentation.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumanagainstmachine%2Flocalmodules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumanagainstmachine%2Flocalmodules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumanagainstmachine%2Flocalmodules/lists"}