{"id":29355969,"url":"https://github.com/tssaltan/psframe","last_synced_at":"2025-07-28T05:05:27.986Z","repository":{"id":210568294,"uuid":"281377845","full_name":"TsSaltan/psframe","owner":"TsSaltan","description":"PowerShell scripting framework","archived":false,"fork":false,"pushed_at":"2023-12-06T17:53:46.000Z","size":91,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-09T04:09:44.795Z","etag":null,"topics":["powershell"],"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/TsSaltan.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,"zenodo":null}},"created_at":"2020-07-21T11:23:12.000Z","updated_at":"2024-04-13T12:53:41.000Z","dependencies_parsed_at":"2025-07-09T04:09:46.839Z","dependency_job_id":"3ac150ca-d929-4c5c-b26b-ad85b9b39851","html_url":"https://github.com/TsSaltan/psframe","commit_stats":null,"previous_names":["tssaltan/psframe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TsSaltan/psframe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TsSaltan%2Fpsframe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TsSaltan%2Fpsframe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TsSaltan%2Fpsframe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TsSaltan%2Fpsframe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TsSaltan","download_url":"https://codeload.github.com/TsSaltan/psframe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TsSaltan%2Fpsframe/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267464522,"owners_count":24091505,"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-28T02:00:09.689Z","response_time":68,"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":["powershell"],"created_at":"2025-07-09T04:09:43.439Z","updated_at":"2025-07-28T05:05:27.951Z","avatar_url":"https://github.com/TsSaltan.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerShell Framework\nVersion: **2.0-dev**\n\n## Structure and building\nYour project may be located at another directory\n\n- Put your project's code at **/src/** directory.\n- Put your resources to **/res/** directory.\n- For building execute `build` command\n- After building your project will be compilled to **/build/** directory.\n- Command `build -launch` launch project after building\n\n## Features\n### Syntax sugar\n#### Adapting static methods\n```PowerShell\nClass::Method('arg1')\n# Will be replaced to \n[Class]::Method('arg1')\n```\n\n#### Object constructor\n```PowerShell\n $object = new ObjectClassName\n# Will be replaced to \n $object = New-Object ObjectClassName\n```\n\n### Forms structure at XML\nForm structure (xml/html) format:\n```html\n\u003cform title=\"My Form\" width=\"250\" height=\"500\" id=\"testForm\"\u003e\n    \u003clabel id='lab' x='5' y='16'\u003eHello world!\u003c/label\u003e\n    \u003cbutton id='btn' x='120' y='150'\u003eButtonASD\u003c/button\u003e\n\u003c/form\u003e\n```\n\nPS code:\n```PowerShell\n$builder = new UIBuilder;\n$builder.loadFile(\"./res/file.xml\");\n$builder.build();\n\n$form = ui(\"testForm\")\n$form.show();\n# form will be showned\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftssaltan%2Fpsframe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftssaltan%2Fpsframe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftssaltan%2Fpsframe/lists"}