{"id":15286999,"url":"https://github.com/yskszk63/dlsortls","last_synced_at":"2026-05-01T12:32:48.936Z","repository":{"id":57649082,"uuid":"445528508","full_name":"yskszk63/dlsortls","owner":"yskszk63","description":"Launch deno lsp or typescript-language-server.","archived":false,"fork":false,"pushed_at":"2022-01-08T07:06:34.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T06:52:04.221Z","etag":null,"topics":["deno","lsp","typescript"],"latest_commit_sha":null,"homepage":"","language":"Go","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/yskszk63.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}},"created_at":"2022-01-07T13:22:11.000Z","updated_at":"2022-01-08T07:06:36.000Z","dependencies_parsed_at":"2022-09-26T21:02:02.382Z","dependency_job_id":null,"html_url":"https://github.com/yskszk63/dlsortls","commit_stats":null,"previous_names":["yskszk63/dlsortss"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yskszk63/dlsortls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yskszk63%2Fdlsortls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yskszk63%2Fdlsortls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yskszk63%2Fdlsortls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yskszk63%2Fdlsortls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yskszk63","download_url":"https://codeload.github.com/yskszk63/dlsortls/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yskszk63%2Fdlsortls/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32497812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["deno","lsp","typescript"],"created_at":"2024-09-30T15:20:15.474Z","updated_at":"2026-05-01T12:32:48.916Z","avatar_url":"https://github.com/yskszk63.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dlsortls\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/yskszk63/dlsortls)](https://goreportcard.com/report/github.com/yskszk63/dlsortls)\n\nLaunch `deno lsp` or `typescript-language-server`.\n\n- If `package.json` exists -\u003e launch typescript-language-server.\n- If `deno.json` exists -\u003e launch deno lsp.\n\n## Install\n\n```\nparu -S dlsortls-bin\n```\n\nor\n\n```\ngo install github.com/yskszk63/dlsortls@latest\n```\n\nor\n\n[Download](https://github.com/yskszk63/dlsortls/releases/latest)\n\n## Example\n\nnvim-lspconfig\n\n```lua\nif not require'lspconfig.configs'.dlsortls then\n  require'lspconfig.configs'.dlsortls = {\n    default_config = {\n      init_options = {\n        enable = true,\n        lint = false,\n        unstable = false,\n        hostInfo = 'neovim',\n      },\n      cmd = { \"dlsortls\" },\n      filetypes = {\n        'javascript',\n        'javascriptreact',\n        'javascript.jsx',\n        'typescript',\n        'typescriptreact',\n        'typescript.tsx',\n      },\n      root_dir = function(fname)\n        local util = require'lspconfig.util'\n        return util.root_pattern 'tsconfig.json'(fname)\n          or util.root_pattern('package.json', 'jsconfig.json', '.git')(fname)\n          or util.root_pattern('deno.json', 'deno.jsonc', 'tsconfig.json', '.git')\n      end,\n    }\n  }\nend\nnvim_lsp.dlsortls.setup { }\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyskszk63%2Fdlsortls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyskszk63%2Fdlsortls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyskszk63%2Fdlsortls/lists"}