{"id":14982795,"url":"https://github.com/wraith13/vscel","last_synced_at":"2025-06-29T18:03:00.927Z","repository":{"id":42739994,"uuid":"282049913","full_name":"wraith13/vscel","owner":"wraith13","description":"Common libraries for Visual Studio Code Extension","archived":false,"fork":false,"pushed_at":"2025-05-06T06:53:16.000Z","size":153,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-29T18:02:52.902Z","etag":null,"topics":["visual-studio-code","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@wraith13/vscel","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wraith13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE_1_0.txt","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-23T20:33:29.000Z","updated_at":"2025-05-06T06:53:19.000Z","dependencies_parsed_at":"2025-06-29T18:02:53.911Z","dependency_job_id":null,"html_url":"https://github.com/wraith13/vscel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wraith13/vscel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Fvscel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Fvscel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Fvscel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Fvscel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wraith13","download_url":"https://codeload.github.com/wraith13/vscel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Fvscel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262642931,"owners_count":23341815,"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":["visual-studio-code","vscode","vscode-extension"],"created_at":"2024-09-24T14:06:06.150Z","updated_at":"2025-06-29T18:03:00.877Z","avatar_url":"https://github.com/wraith13.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vscel\n\nCommon libraries for Visual Studio Code Extension\n\n## How to use\n\n```typescript\nimport vscel from \"vscel\";\nimport packageJson from \"../package.json\";\nimport localeEn from \"../package.nls.json\";\nimport localeJa from \"../package.nls.ja.json\";\nconst locale = vscel.locale.make(localeEn, { \"ja\": localeJa });\nconst configRoot = vscel.config.makeRoot(packageJson);\n\nconsole.log(locale.string(\"Hello, world!\"));\n```\n\n## Reference\n\n...\n\n## How to build\n\nrequires: [Node.js](https://nodejs.org/), [TypeScript Compiler](https://www.npmjs.com/package/typescript)\n\n`tsc -P .` or `tsc -P . -w`\n\n### In VS Code\n\nYou can use automatic build. Run `Tasks: Allow Automatic Tasks in Folder` command from command palette ( Mac: \u003ckbd\u003eF1\u003c/kbd\u003e or \u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eCommand\u003c/kbd\u003e+\u003ckbd\u003eP\u003c/kbd\u003e, Windows and Linux: \u003ckbd\u003eF1\u003c/kbd\u003e or \u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eP\u003c/kbd\u003e), and restart VS Code.\n\n## License\n\n[Boost Software License](./LICENSE_1_0.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwraith13%2Fvscel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwraith13%2Fvscel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwraith13%2Fvscel/lists"}