feat(SublimeText2.WebPackages): cache packages

This commit is contained in:
Iristyle
2013-04-04 08:54:25 -04:00
parent 590d7a44f9
commit 1e6f643a1b
1026 changed files with 79077 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
## Full completions for the Chai Assertion Library
This sublime package will install completions for *bdd* and *tdd*:
- [*should*](http://chaijs.com/api/bdd/)
- [*expect*](http://chaijs.com/api/bdd/)
- [*assert*](http://chaijs.com/api/assert/)
You can read the [full API for chai syntax](http://chaijs.com/api/).
The completions work in both Javascript and [CoffeeScript](http://coffeescript.org/).
This package was merged with [pahen's](https://github.com/pahen/) package in Sublime Package Control.
### Installation
Install with [Sublime Package Control](http://wbond.net/sublime_packages/package_control) if possible.
- Super + Shift + P
- Install Package
- Chai Completions
or without Sublime Package Control:
```
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
git clone git://github.com/pensive612/sublime-chai-full-completions.git
```
restart Sublime Text and you're good to go.
Improvements and suggestions are welcome...