{"id":16505317,"url":"https://github.com/veghdev/write-vscodestat","last_synced_at":"2026-06-09T11:31:38.661Z","repository":{"id":40468645,"uuid":"488989879","full_name":"veghdev/write-vscodestat","owner":"veghdev","description":"write-vscodestat makes it easy to collect, filter and save vscode statistics to csv files.","archived":false,"fork":false,"pushed_at":"2022-05-06T09:45:48.000Z","size":393,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-29T09:03:02.596Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/veghdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2022-05-05T13:46:24.000Z","updated_at":"2022-05-06T08:55:58.000Z","dependencies_parsed_at":"2022-08-09T21:20:49.860Z","dependency_job_id":null,"html_url":"https://github.com/veghdev/write-vscodestat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/veghdev/write-vscodestat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veghdev%2Fwrite-vscodestat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veghdev%2Fwrite-vscodestat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veghdev%2Fwrite-vscodestat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veghdev%2Fwrite-vscodestat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veghdev","download_url":"https://codeload.github.com/veghdev/write-vscodestat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veghdev%2Fwrite-vscodestat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34105565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":[],"created_at":"2024-10-11T15:10:31.817Z","updated_at":"2026-06-09T11:31:38.644Z","avatar_url":"https://github.com/veghdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm version](https://badge.fury.io/js/write-vscodestat.svg)](https://badge.fury.io/js/write-vscodestat)\n[![CI](https://github.com/veghdev/write-vscodestat/workflows/CI/badge.svg?branch=main)](https://github.com/veghdev/write-vscodestat/actions/workflows/ci.yml)\n\n\n# About The Project\n\nwrite-vscodestat makes it easy to collect, filter and save vscode statistics to csv files.\n\n# Installation\n\nwrite-vscodestat requires `enum`, `csv-writer`, `csv-parser` and `vsce` packages.\n\n```sh\nnpm install write-vscodestat\n```\n\n# Usage\n\n```js\nconst WriteVscodeStat = require(\"write-vscodestat\").default;\n\nconst targetExtension = \"gitlens\";\nconst csvDir = \"stats/gitlens\";\nconst writevscodestat = new WriteVscodeStat(targetExtension, csvDir);\n\nwritevscodestat.datePeriod = \"month\";\nwritevscodestat.writeVscodeStat();\n```\n\nVisit our [documentation](https://veghdev.github.io/write-vscodestat/) site for code reference or \nour [wiki](https://github.com/veghdev/write-vscodestat/wiki/) site for a step-by-step tutorial into write-vscodestat.\n\n# Contributing\n\nWe welcome contributions to the project, visit our [contributing](https://github.com/veghdev/write-vscodestat/blob/main/CONTRIBUTING.md) guide for further info.\n\n# Contact\n\nJoin our [discussions](https://github.com/veghdev/write-vscodestat/discussions) page if you have any questions or comments.\n\n# License\n\nCopyright © 2022.\n\nReleased under the [Apache 2.0 License](https://github.com/veghdev/write-vscodestat/blob/main/LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveghdev%2Fwrite-vscodestat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveghdev%2Fwrite-vscodestat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveghdev%2Fwrite-vscodestat/lists"}