An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# vim-plugin-cookiecutter

[![Build Status](https://travis-ci.com/bergercookie/vim-plugin-cookiecutter.svg?branch=master)](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