{"id":16329184,"url":"https://github.com/TypeFox/yang-lsp","last_synced_at":"2025-10-25T21:31:04.280Z","repository":{"id":22181678,"uuid":"92916602","full_name":"TypeFox/yang-lsp","owner":"TypeFox","description":"A Language Server for YANG","archived":false,"fork":false,"pushed_at":"2024-04-23T18:50:56.000Z","size":2466,"stargazers_count":49,"open_issues_count":14,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-05-01T11:25:49.657Z","etag":null,"topics":["language-server","yang"],"latest_commit_sha":null,"homepage":"http://www.yang-central.org","language":"Xtend","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TypeFox.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},"funding":{"github":"TypeFox"}},"created_at":"2017-05-31T07:15:46.000Z","updated_at":"2024-06-18T07:59:46.032Z","dependencies_parsed_at":"2023-01-13T21:53:32.184Z","dependency_job_id":"718178bc-4b92-4c58-8dc6-919220d70f36","html_url":"https://github.com/TypeFox/yang-lsp","commit_stats":null,"previous_names":["theia-ide/yang-lsp"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypeFox%2Fyang-lsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypeFox%2Fyang-lsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypeFox%2Fyang-lsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypeFox%2Fyang-lsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TypeFox","download_url":"https://codeload.github.com/TypeFox/yang-lsp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238212380,"owners_count":19434954,"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":["language-server","yang"],"created_at":"2024-10-10T23:14:44.025Z","updated_at":"2025-10-25T21:31:03.719Z","avatar_url":"https://github.com/TypeFox.png","language":"Xtend","readme":"# yang-lsp\n\n[![GH Build Status](https://github.com/TypeFox/yang-lsp/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/TypeFox/yang-lsp/actions/workflows/main.yml)\n[![Build status](https://ci.appveyor.com/api/projects/status/96eo9k5yo0wtpj50/branch/master?svg=true)](https://ci.appveyor.com/project/kittaakos/yang-lsp/branch/master)\n\nA language server for YANG (see [Language Server Protocol][lsp]).\n\n## Usage\n\nThe language server application is available in two distributions:\n\n- `yang-language-server_\u003cversion\u003e.zip` (plain language server)\n- `yang-language-server_diagram-extension_\u003cversion\u003e.zip` (language server with\n  diagram extension for [sprotty][sprotty])\n\nBoth variants include start scripts to launch the background process. Connect\nits input/output streams to your host application in order to communicate with\nthe language server.\n\nThe YANG Language Server is currently being used in\n\n- [YANGSTER][yangster] based on [Theia][theia] (incl. diagram extension)\n- [YANG VS Code][yang-vscode] available on the [VS Marketplace][yang-vscode-vsm]\n- [YANG Eclipse][yang-eclipse]\n\n## Build\n\n```shell\n  git clone https://github.com/TypeFox/yang-lsp.git\n  cd yang-lsp/yang-lsp\n  ./gradlew build\n```\n\n## Release Engineering\n\nThe yang-lsp is the base of multiple binaries\n\n| Repository                             | Client         | Binary           | Bin Repo            | CI                         | Trigger |\n| -------------------------------------- | -------------- | ---------------- | ------------------- | -------------------------- | ------- |\n| [yang-lsp][yang-lsp]                   | LSP            | JAR + script     | GH Action Artifacts | [GH Action][yang-lsp-ci]   | GH Commit / PR |\n| [yangster][yangster]                   | Theia Browser  | Docker image     | Docker Hub          | [Docker Hub][yangster-ci]  | GitHub hook / Jenkins pipeline|\n|                                        | Theia          | Theia extension  | npm                 | [Jenkins][yangster-ci2]    | `yarn run publish` |\n| [yangster-electron][yangster-electron] | Theia Electron | executables      | ?                   | ?                          | ? |\n| [yang-eclipse][yang-eclipse]           | Eclipse        | p2 update site   | Eclipse Marketplace | [Jenkins][yang-eclipse-ci] | GitHub hook / Jenkins pipeline |\n| [yang-vscode][yang-vscode]             | VSCode         | VSCode extension | VSCode Marketplace  | -                          | `vsce`  |\n\n[lsp]: https://github.com/Microsoft/language-server-protocol\n[sprotty]: https://github.com/theia-ide/sprotty\n[yang-lsp]: https://github.com/TypeFox/yang-lsp\n[yang-lsp-ci]: https://github.com/TypeFox/yang-lsp/actions/workflows/main.yml\n[theia]: https://github.com/theia-ide/theia\n[yangster]: https://github.com/theia-ide/yangster\n[yangster-ci]: https://hub.docker.com/r/typefox/yangster/builds\n[yangster-ci2]: http://services.typefox.io/open-source/jenkins/job/yangster/\n[yangster-electron]: https://github.com/theia-ide/yangster-electron\n[yang-vscode]: https://github.com/TypeFox/yang-vscode\n[yang-vscode-vsm]: https://marketplace.visualstudio.com/items?itemName=typefox.yang-vscode\n[yang-eclipse]: https://github.com/theia-ide/yang-eclipse\n[yang-eclipse-ci]: http://services.typefox.io/open-source/jenkins/job/yang-eclipse/\n","funding_links":["https://github.com/sponsors/TypeFox"],"categories":["Xtend"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTypeFox%2Fyang-lsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTypeFox%2Fyang-lsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTypeFox%2Fyang-lsp/lists"}