{"id":15209936,"url":"https://github.com/izzyjere/vscode-authorinfo","last_synced_at":"2026-01-05T11:41:30.370Z","repository":{"id":256381977,"uuid":"855123730","full_name":"izzyjere/vscode-authorinfo","owner":"izzyjere","description":"This Visual Studio Code extension automatically adds author information to the top of files within your workspace. It supports multiple file types and applies the appropriate comment style for each one.","archived":false,"fork":false,"pushed_at":"2024-09-10T11:15:18.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T12:11:18.236Z","etag":null,"topics":["vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/izzyjere.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.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}},"created_at":"2024-09-10T10:55:36.000Z","updated_at":"2024-09-10T11:32:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"c8f38cc7-7af4-4c2a-874b-caa543aa4cef","html_url":"https://github.com/izzyjere/vscode-authorinfo","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":"0.19999999999999996","last_synced_commit":"58007212d866ebd5f209c0c4d52420dfa76a2a47"},"previous_names":["izzyjere/vscode-authorinfo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/izzyjere/vscode-authorinfo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izzyjere%2Fvscode-authorinfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izzyjere%2Fvscode-authorinfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izzyjere%2Fvscode-authorinfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izzyjere%2Fvscode-authorinfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/izzyjere","download_url":"https://codeload.github.com/izzyjere/vscode-authorinfo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izzyjere%2Fvscode-authorinfo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281654312,"owners_count":26538637,"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","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"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":["vscode","vscode-extension"],"created_at":"2024-09-28T08:00:28.076Z","updated_at":"2025-10-29T16:30:57.195Z","avatar_url":"https://github.com/izzyjere.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VSCode Author Info Extension\n\nThis Visual Studio Code extension automatically adds author information to the top of files within your workspace. It supports multiple file types and applies the appropriate comment style for each one.\n\n## Features\n\n- Adds author information (full name, email, organization, GitHub/GitLab profile, and date) to source code files.\n- Supports block and single-line comments for various programming languages (JavaScript, TypeScript, Python, Java, C/C++, Go, and more).\n- Recursively adds author information to files in subdirectories.\n- Fully configurable through input prompts when the command is executed.\n\n## Supported File Types\n\nThe extension supports the following file extensions:\n\n- `.js` (JavaScript)\n- `.ts` (TypeScript)\n- `.py` (Python)\n- `.java` (Java)\n- `.cpp`, `.c` (C/C++)\n- `.cs` (C#)\n- `.go` (Go)\n- And other file types with similar comment styles.\n\n## How to Use\n\n1. Open your workspace folder in VSCode.\n2. Press `Ctrl+Shift+P` (Windows/Linux) or `Cmd+Shift+P` (Mac) to open the **Command Palette**.\n3. Search for and run the command: `Add Author Info`.\n4. You will be prompted to enter:\n    - Author Full Name (required)\n    - Author Email (required)\n    - Organization (optional)\n    - GitHub/GitLab Profile (optional)\n5. The extension will automatically add the author information to the top of each source file in the workspace.\n\n### Example Output\n\nFor a JavaScript file:\n\n```javascript\n/*\n * Author: John Doe\n * Email: john.doe@example.com\n * Organization: MyCompany\n * GitHub: https://github.com/johndoe\n * Date: Mon Sep 9 2024\n */\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizzyjere%2Fvscode-authorinfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fizzyjere%2Fvscode-authorinfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizzyjere%2Fvscode-authorinfo/lists"}