https://github.com/bergercookie/vim-plugin-cookiecutter
Cokiecutter for generating vim plugins
https://github.com/bergercookie/vim-plugin-cookiecutter
Last synced: about 1 year ago
JSON representation
Cokiecutter for generating vim plugins
- Host: GitHub
- URL: https://github.com/bergercookie/vim-plugin-cookiecutter
- Owner: bergercookie
- License: mit
- Created: 2020-03-29T21:18:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T22:09:05.000Z (about 6 years ago)
- Last Synced: 2025-02-12T23:45:31.091Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-plugin-cookiecutter
[](https://travis-ci.com/bergercookie/vim-plugin-cookiecutter)
## Description
The purpose of this package is to facilitate in the creation of the skeleton of
a vim plugin. This can hopefully:
- Accelerate the overall plugin development process
- Provide consistency across all my plugins
## TODO
- [ ] Add vim-pack as package manager
- [X] Add suite tests with Vader