Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teto/gh2rockspec
Generate a .rockspec for your plugin repository !
https://github.com/teto/gh2rockspec
Last synced: about 1 month ago
JSON representation
Generate a .rockspec for your plugin repository !
- Host: GitHub
- URL: https://github.com/teto/gh2rockspec
- Owner: teto
- License: gpl-3.0
- Created: 2022-07-10T17:35:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T18:26:32.000Z (almost 2 years ago)
- Last Synced: 2023-06-17T18:18:05.643Z (over 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim2rockspec
Generate a .rockspec for your plugin repository ! Why ?
because vim plugins can then declare their dependencies/metadata via the rockspec !
See [this blog post](https://teto.github.io/posts/2022-06-22-neovim-plugin-luarocks-2.html) if you are curious.Usage:
`python3 ./main USER/REPO`For instance:
`python3 ./main MunifTanjim/nui.nvim`[Description](https://docs.github.com/en/rest/repos/repos#get-a-repository) of the github API to retreive your vim plugin description
# dependencies
- python3
- curl