{"id":29787801,"url":"https://github.com/mazzy-ax/xpotools","last_synced_at":"2025-07-27T20:07:54.494Z","repository":{"id":143642132,"uuid":"130582194","full_name":"mazzy-ax/xpoTools","owner":"mazzy-ax","description":"Powershell advanced functions to split and to merge XPO files contains AOT objects of Microsoft Dynamics AX (Axapta) 3.0, 4.0, 2009, 2012","archived":false,"fork":false,"pushed_at":"2019-01-13T21:21:48.000Z","size":72,"stargazers_count":13,"open_issues_count":3,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-27T11:15:16.420Z","etag":null,"topics":["dynamics-ax","powershell","xpo","xpo-files"],"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/mazzy-ax.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2018-04-22T15:46:25.000Z","updated_at":"2024-05-05T03:28:24.000Z","dependencies_parsed_at":"2023-06-09T00:45:36.309Z","dependency_job_id":null,"html_url":"https://github.com/mazzy-ax/xpoTools","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mazzy-ax/xpoTools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazzy-ax%2FxpoTools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazzy-ax%2FxpoTools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazzy-ax%2FxpoTools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazzy-ax%2FxpoTools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mazzy-ax","download_url":"https://codeload.github.com/mazzy-ax/xpoTools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazzy-ax%2FxpoTools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267417664,"owners_count":24083839,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"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":["dynamics-ax","powershell","xpo","xpo-files"],"created_at":"2025-07-27T20:07:52.999Z","updated_at":"2025-07-27T20:07:54.483Z","avatar_url":"https://github.com/mazzy-ax.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xpoTools\n\n[project]:https://github.com/mazzy-ax/xpoTools\n[license]:https://github.com/mazzy-ax/xpoTools/blob/master/LICENSE\n[ps]:https://www.powershellgallery.com/packages/xpoTools\n[nuget]:https://www.nuget.org/packages/xpoTools/\n[appveyor]:https://ci.appveyor.com/project/mazzy-ax/xpotools\n\n[![Build status](https://ci.appveyor.com/api/projects/status/d8b8q8v0co9vukbv?svg=true)][appveyor]\n[![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/xpoTools.svg)][ps]\n[![NuGet](https://buildstats.info/nuget/xpoTools)][nuget]\n\u003cimg src=\"https://raw.githubusercontent.com/mazzy-ax/xpoTools/master/media/AxAppl.ico\" align=\"right\" alt=\"xpoTools\"\u003e\n\n[xpoTools][project] is a Powershell module contains advanced functions that splits one XPO file into separate XPO files and combines a set of interdependent XPO files into a single XPO file.\n\nXPO file is a text file contains Microsoft Dynamics AX (Axapta) objects. See [tests/assets](tests/assets) folder for example.\n\n*xpoTools* features:\n\n* convert jobs and classes `xpo` to `xpp` files (similar to `ax7`)\n* create target folders by groups in developer projects, AOT objects path, object prefix, project names\n* choose target folders structure by switch `pathStyle`: `Default`, `AOT`, `Flat`, `FlatAOT`, `Project`, `FlatProject`, `All` and `mazzy`\n* define own target folders structure\n* include and exclude files based on a file name. For example, to exclude `DEL_` objects\n* filter AOT objects based on a text within XPO elements\n* uses Encoding parameter\n\n## Credits\n\n*xpoTools* inspired by:\n\n* [Combine XPO Tool](https://msdn.microsoft.com/ru-ru/library/jj225589.aspx)\n* [AOTExportSeparated](https://github.com/DAXaholic/AOTExportSeparated) by [DAXaholic](https://github.com/DAXaholic)\n\n## Installation\n\nAutomatic install *xpoTools* module from the [PowerShell Gallery][ps]:\n\n```powershell\nInstall-Module -Name xpoTools\nImport-Module xpoTools\n```\n\nAutomatic install Write-ProgressEx module from the [NuGet.org][nuget]:\n\n```powershell\nInstall-Package -Name xpoTools\nImport-Module xpoTools\n```\n\nor manual:\n\n* Download and unblock the latest .zip file.\n* Extract the .zip into your `$PSModulePath`, e.g. `~\\Documents\\WindowsPowerShell\\Modules`.\n* Ensure the extracted folder is named `xpoTools`.\n* Set an execution policy to `RemoteSigned` or `Unrestricted` to execute not signed modules `Set-ExecutionPolicy RemoteSigned`.\n* Run `Import-Module xpoTools`.\n\n## Changelog\n\n* [CHANGELOG.md](CHANGELOG.md)\n* \u003chttps://github.com/mazzy-ax/xpoTools/releases\u003e.\n\n## Disclaimer\n\n*xpoTools* use regexp to parse XPO files. It have no validation of XPO elements.\n\n## License\n\nThis project is released under the [licensed under the MIT License][license].\n\nmazzy@mazzy.ru","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazzy-ax%2Fxpotools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmazzy-ax%2Fxpotools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazzy-ax%2Fxpotools/lists"}