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
- Host: GitHub
- URL: https://github.com/thomd/vim-jasmine
- Owner: thomd
- Created: 2011-04-25T21:38:45.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T15:53:37.000Z (almost 8 years ago)
- Last Synced: 2025-02-05T21:42:31.917Z (over 1 year ago)
- Topics: vim
- Language: Vim script
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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