Skip to content

Commit d8d2615

Browse files
committed
release
1 parent d18ae3a commit d8d2615

File tree

4 files changed

+23
-1
lines changed

4 files changed

+23
-1
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# hapi.docset
2+
Just a simple dash docset for hapi.js (https://github.com/spumko/hapi).
3+
4+
## Install Docset
5+
<a href="http://is.gd/hdExjf">INSTALL DOCSET</a> (This link only works on Mac with [DASH](https://itunes.apple.com/de/app/dash-docs-snippets/id458034879?mt=12) installed :-))
6+
7+
Subscribes to:
8+
https://github.com/z0mt3c/hapi.docset/raw/master/releases/hapi.xml
9+
10+
11+
## Generate Docset
12+
13+
```bash
14+
node generate
15+
tar --exclude='.DS_Store' -cvzf ./releases/hapi-20140628.tgz hapi.docset
16+
openssl sha1 releases/hapi-20140628.tgz
17+
``

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hapi-docset",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Dash docset for hapi.js",
55
"main": "generate.js",
66
"scripts": {

releases/hapi-20140628.tgz

54.4 KB
Binary file not shown.

releases/hapi.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<entry>
2+
<version>1.0.0</version>
3+
<url>https://github.com/z0mt3c/hapi.docset/raw/master/releases/hapi-20140628.tgz</url>
4+
<sha1>7ca15f2a4e07cf7534f4be26940f5bbc9d5e2075</sha1>
5+
</entry>

0 commit comments

Comments
 (0)