1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[back to README.md](README.md)
This package is designed to work with Holochain's Conductor API interfaces.
-
This is a library, not a binary. No build required
```
make docs
```
Each release involves
1. 2.
https://crates.io/crates/hc_crud_caps
```
make preview-crate
make publish-crate
```
https://www.npmjs.com/package/@spartan-hc/caps-entities
```
make preview-entities-package
make publish-entities-package
```
To run all tests with logging
```
make test-debug
```
- -