Commit 33ed65fdbfebdef832179b72409aadf7b7b57c90
Add README
Josiah Witt committed on 2/3/2018, 7:57:05 PMParent: 6e5caa55ff7f05fdabcb99996486d01dc701e996
Files changed
README.md | added |
README.md | ||
---|---|---|
@@ -1,0 +1,25 @@ | ||
1 … | +# patchbay-tags | |
2 … | + | |
3 … | +Intended to plug [patch-tag](https://github.com/wittjosiah/patch-tag) into [patchbay](https://github.com/ssbc/patchbay) | |
4 … | + | |
5 … | +`gives` Patchbay style views for patch-tag | |
6 … | + | |
7 … | +## Needs | |
8 … | +```js | |
9 … | +exports.needs = nest({ | |
10 … | + 'keys.sync.id': 'first', | |
11 … | + 'message.html.render': 'first', | |
12 … | + 'tag.obs.allTagsFrom': 'first', | |
13 … | + 'tag.obs.taggedMessages': 'first' | |
14 … | +}) | |
15 … | +``` | |
16 … | + | |
17 … | +## Gives | |
18 … | +```js | |
19 … | +exports.gives = nest({ | |
20 … | + 'app.page': [ | |
21 … | + 'tag', | |
22 … | + 'tags' | |
23 … | + ] | |
24 … | +}) | |
25 … | +``` |
Built with git-ssb-web