{"id":17117931,"url":"https://github.com/transmissions11/headers-vy","last_synced_at":"2025-04-13T04:35:21.644Z","repository":{"id":50569533,"uuid":"519449941","full_name":"transmissions11/headers-vy","owner":"transmissions11","description":"Generate perfect Vyper compatible code headers every time.","archived":false,"fork":false,"pushed_at":"2022-07-30T07:37:52.000Z","size":3,"stargazers_count":21,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T09:09:35.826Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/transmissions11.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-30T07:30:14.000Z","updated_at":"2025-01-09T14:30:23.000Z","dependencies_parsed_at":"2022-08-29T05:30:47.477Z","dependency_job_id":null,"html_url":"https://github.com/transmissions11/headers-vy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transmissions11%2Fheaders-vy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transmissions11%2Fheaders-vy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transmissions11%2Fheaders-vy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transmissions11%2Fheaders-vy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/transmissions11","download_url":"https://codeload.github.com/transmissions11/headers-vy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665156,"owners_count":21142118,"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":[],"created_at":"2024-10-14T17:53:00.086Z","updated_at":"2025-04-13T04:35:21.607Z","avatar_url":"https://github.com/transmissions11.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# headers-vy\n\nGenerate perfect _Vyper-compatible_ code headers every time.\n\n## Build\n\nYou need Rust and Cargo installed on your machine. See the installation guide\n[here](https://doc.rust-lang.org/cargo/getting-started/installation.html).\n\nThen clone the repo and install the CLI globally like this:\n\n```sh\ncargo install --path .\n```\n\n## Usage\n\n```sh\nλ ./headers-vy \"testing 123\"\n```\n\n```sh\n################################################################\n#                         TESTING 123                          #\n################################################################\n```\n\nIt will also copy the header to your clipboard automatically.\n\n### With VSCode\n\nSet your global [`tasks.json`](https://stackoverflow.com/questions/41046494/making-global-tasks-in-vs-code) like so to add the command as task:\n\n```json\n{\n  \"version\": \"2.0.0\",\n  \"tasks\": [\n    {\n      \"label\": \"Generate Vyper Header\",\n      \"type\": \"shell\",\n      \"command\": \"headers-vy ${input:header}\",\n      \"presentation\": {\n        \"reveal\": \"never\"\n      }\n    }\n  ],\n  \"inputs\": [\n    {\n      \"id\": \"header\",\n      \"description\": \"Header\",\n      \"type\": \"promptString\"\n    }\n  ]\n}\n```\n\nTo really speed-up your workflow, you can even add a keybind for the task in [`keybindings.json`](https://code.visualstudio.com/docs/getstarted/keybindings):\n\n```json\n[\n  {\n    \"key\": \"CMD+y\",\n    \"command\": \"workbench.action.tasks.runTask\",\n    \"args\": \"Generate Vyper Header\"\n  }\n]\n```\n\nThis will copy the generated header to your clipboard.\n\n## Credits\n\nForked from [`headers`](https://github.com/transmissions11/headers).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftransmissions11%2Fheaders-vy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftransmissions11%2Fheaders-vy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftransmissions11%2Fheaders-vy/lists"}