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

https://github.com/thomd/vim-jasmine

A Vim plugin for JavaScript BDD with Jasmine
https://github.com/thomd/vim-jasmine

vim

Last synced: about 1 year ago
JSON representation

A Vim plugin for JavaScript BDD with Jasmine

Awesome Lists containing this project

README

          

# Vim and Jasmine BDD

Some vim snippets and a syntax file for behavior-driven development with [Jasmine](https://jasmine.github.io/) packed in a vim plugin.

## Requirement

The snippets requires having [snipMate](https://github.com/msanders/snipmate.vim) installed.

## Install

### with Janus Vim Distribution

This plugin is prepared for __easy integration__ in [Carlhudas](https://github.com/carlhuda/janus) vim Distribution __Janus__.

If you want to add it as an additional Vim plugin, add in `~/.janus.rake`:

vim_plugin_task "vim-jasmine", "git://github.com/thomd/vim-jasmine.git"

### Manual installation

Downlad and unzip [`vim-jasmine-0.1.zip`](https://github.com/downloads/thomd/vim-jasmine/vim-jasmine-0.1.zip) on your `~/.vim` directory.

Alternatively, you can also use the Makefile:

make install