Skip to content

Commit 1bb674d

Browse files
committed
Add ReadMe
1 parent d305bc9 commit 1bb674d

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

Documentation/Cram.png

452 KB
Loading

ReadMe.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Cram Bundle
2+
3+
This [TextMate](https://github.com/textmate/textmate) bundle provides support for [Cram](https://bitheap.org/cram), a functional testing framework for command line applications.
4+
5+
![Cram](Documentation/Cram.png)
6+
7+
# Installation
8+
9+
## Manual
10+
11+
1. Download the latest [release][]
12+
2. Unzip the archive
13+
3. Double-Click on “Cram.tmbundle”
14+
15+
[release]: http://github.com/sanssecours/Cram.tmbundle/releases
16+
17+
## Terminal
18+
19+
```sh
20+
mkdir -p "$HOME/Library/Application Support/Avian/Bundles"
21+
cd "$HOME/Library/Application Support/Avian/Bundles"
22+
git clone https://github.com/sanssecours/Cram.tmbundle
23+
```
24+
25+
# Requirements
26+
27+
- **Operating System:** OS X 10.10.0 or newer
28+
- **TextMate:** 2.0-beta.12.11 or newer

0 commit comments

Comments
 (0)