{"id":13413164,"url":"https://github.com/ellisonleao/nvim-plugin-template","last_synced_at":"2025-04-06T10:10:58.903Z","repository":{"id":40384006,"uuid":"459311850","full_name":"ellisonleao/nvim-plugin-template","owner":"ellisonleao","description":"A neovim plugin template for github repos","archived":false,"fork":false,"pushed_at":"2024-01-18T17:12:18.000Z","size":30,"stargazers_count":333,"open_issues_count":4,"forks_count":22,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-30T09:06:42.464Z","etag":null,"topics":["busted","github","lua","neovim","neovim-plugin","nvim","plenary","plugin","template","templates"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/ellisonleao.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-02-14T20:15:54.000Z","updated_at":"2025-03-29T17:37:10.000Z","dependencies_parsed_at":"2024-01-23T11:01:27.841Z","dependency_job_id":"a4ed1731-ca1d-4756-a4ac-3a2fd2f0624c","html_url":"https://github.com/ellisonleao/nvim-plugin-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellisonleao%2Fnvim-plugin-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellisonleao%2Fnvim-plugin-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellisonleao%2Fnvim-plugin-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellisonleao%2Fnvim-plugin-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ellisonleao","download_url":"https://codeload.github.com/ellisonleao/nvim-plugin-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247464220,"owners_count":20942970,"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":["busted","github","lua","neovim","neovim-plugin","nvim","plenary","plugin","template","templates"],"created_at":"2024-07-30T20:01:34.347Z","updated_at":"2025-04-06T10:10:58.878Z","avatar_url":"https://github.com/ellisonleao.png","language":"Lua","readme":"# A Neovim Plugin Template\n\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ellisonleao/nvim-plugin-template/lint-test.yml?branch=main\u0026style=for-the-badge)\n![Lua](https://img.shields.io/badge/Made%20with%20Lua-blueviolet.svg?style=for-the-badge\u0026logo=lua)\n\nA template repository for Neovim plugins.\n\n## Using it\n\nVia `gh`:\n\n```\n$ gh repo create my-plugin -p ellisonleao/nvim-plugin-template\n```\n\nVia github web page:\n\nClick on `Use this template`\n\n![](https://docs.github.com/assets/cb-36544/images/help/repository/use-this-template-button.png)\n\n## Features and structure\n\n- 100% Lua\n- Github actions for:\n  - running tests using [plenary.nvim](https://github.com/nvim-lua/plenary.nvim) and [busted](https://olivinelabs.com/busted/)\n  - check for formatting errors (Stylua)\n  - vimdocs autogeneration from README.md file\n  - luarocks release (LUAROCKS_API_KEY secret configuration required)\n\n### Plugin structure\n\n```\n.\n├── lua\n│   ├── plugin_name\n│   │   └── module.lua\n│   └── plugin_name.lua\n├── Makefile\n├── plugin\n│   └── plugin_name.lua\n├── README.md\n├── tests\n│   ├── minimal_init.lua\n│   └── plugin_name\n│       └── plugin_name_spec.lua\n```\n","funding_links":[],"categories":["External","Lua"],"sub_categories":["Boilerplate","Plugin Template"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fellisonleao%2Fnvim-plugin-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fellisonleao%2Fnvim-plugin-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fellisonleao%2Fnvim-plugin-template/lists"}