{"id":25334030,"url":"https://github.com/harrymkt/nvgtpkg","last_synced_at":"2026-03-04T17:02:54.817Z","repository":{"id":275271589,"uuid":"925027039","full_name":"harrymkt/nvgtpkg","owner":"harrymkt","description":"A simple, open source command line package manager for NVGT","archived":false,"fork":false,"pushed_at":"2025-02-20T05:05:36.000Z","size":300,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T08:49:01.863Z","etag":null,"topics":["angelscript","audio","engine","game","nvgt","package","script"],"latest_commit_sha":null,"homepage":"https://harrymkt.github.io/nvgtpkg/","language":"Python","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/harrymkt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2025-01-31T04:43:31.000Z","updated_at":"2025-02-20T05:05:25.000Z","dependencies_parsed_at":"2025-02-20T06:21:00.124Z","dependency_job_id":"a738fa80-7b5e-4f7a-ae1d-c0604acf55ec","html_url":"https://github.com/harrymkt/nvgtpkg","commit_stats":null,"previous_names":["harrymkt/nvgtpkg"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/harrymkt/nvgtpkg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrymkt%2Fnvgtpkg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrymkt%2Fnvgtpkg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrymkt%2Fnvgtpkg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrymkt%2Fnvgtpkg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harrymkt","download_url":"https://codeload.github.com/harrymkt/nvgtpkg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrymkt%2Fnvgtpkg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30086517,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T15:40:14.053Z","status":"ssl_error","status_checked_at":"2026-03-04T15:40:13.655Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["angelscript","audio","engine","game","nvgt","package","script"],"created_at":"2025-02-14T05:33:54.490Z","updated_at":"2026-03-04T17:02:54.803Z","avatar_url":"https://github.com/harrymkt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NVGT PKG\nA simple, open source command line package manager for [NVGT](https://nvgt.dev) audio game engine.\n\n[Visit NVGT Package Manager's Official Website](https://harrymkt.github.io/nvgtpkg)\n\nNVGT Package Manager uses **JSON** as its formatter; therefore, all configuration files must use the `.json` extension. Standard JSON syntax is required (e.g., keys and strings must be enclosed in double quotes).\n\n## Usage\nTo use the package manager software, run `nvgtpkg` to display the help menu. To get help for a specific command, run `nvgtpkg \u003ccommand\u003e -h` or `nvgtpkg \u003ccommand\u003e --help`.\n\nIf you are using the non-compiled version, run `python nvgtpkg.py` instead of the executable.\n\n## License\nNVGT Package Manager is licensed under the terms of the MIT license.\n\n## Creating a package\nTo create a package for the NVGT Package Manager:\n- Create your library files using include directives.\n- Ensure `main.nvgt` is in the root directory of the package folder. Users will include your package via `#include \"package_name/main.nvgt\"`.\n- Add a `package.json` file in the JSON format to your root directory.\n\n### Content for package.json\nUse the following structure for your metadata:\n```json\n{\n  \"name\": \"Your Package Display Name\",\n  \"description\": \"Optional description of your package\",\n  \"download_url\": \"https://example.com/package.zip\",\n  \"author\": {\n    \"name\": \"Author Name\",\n    \"homepage\": \"Author_homepage_or_mailto:email\"\n  }\n}\n```\n\n## Publishing a package\nTo publish, submit a pull request to the official repository with these changes:\n- Copy your `package.json` to the `assets/pkgs` directory of the repository.\n- Rename the file to your **package short name** (e.g., `my-package.json`). The short name must not contain spaces; use underscores or dashes instead.\n\n## Building NVGTPKG\nTo build the software from source, ensure you have Python 3 installed, then:\n1. Install dependencies: `pip install -r requirements.txt`.\n2. Install PyInstaller: `pip install --upgrade pyinstaller`.\n3. Run the build command:\n```bash\npyinstaller --onefile --console nvgtpkg.py\n```\n\n## Contributing\nContributions must follow the [contributing guidelines](.github/CONTRIBUTING.md) and are licensed under the MIT license. You may add credits to your specific scripts, but the general copyright notice must remain unchanged.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrymkt%2Fnvgtpkg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharrymkt%2Fnvgtpkg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrymkt%2Fnvgtpkg/lists"}