Skip to content
Snippets Groups Projects
Commit 54c22da9 authored by clemo's avatar clemo
Browse files

move reports to ipfs


Signed-off-by: default avatarClemens Burger <clemo@cbcode.at>
parent 6c2a31f3
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -9,14 +9,19 @@ add it to your `package.json` file
```
'dependencies':{
...
'devcontrol-helper':'git+https://git.devcontrol.org/team/helperjs.git#stable-v1'
'devcontrol-helper':'git+https://gitmx.com/%250cVmHsgHGpmsWpUI8rf0i4hP%2F1F%2BVY8hA9AvyI7I2%2B4%3D.sha256'
}
```
## todo:
- [x] tests [see reports](https://deploy.cbcode.at/deployserver/team/helperjs/stable-v1/)
- [ ] express helper module
- [ ] express
- [x] helper modules for submodules
- [ ] unit tests
- [ ] client side es6
- [ ] html debug bar
see more [testcoverage and docs](./REPORTS.md)
## Debug
......@@ -26,7 +31,7 @@ see [npm package debug](https://www.npmjs.com/package/debug)
or to only log 1 lib:
`DEBUG=helper:form node app.js`
`DEBUG=helper:form:* node app.js`
## what can it do?
......
[reports can be found on ipfs](https://gateway.ipfs.io/ipfs/QmPnmhaoeYsUDJm1yx7GGQxuoECWA8Vy9T9CqPPcP8HkRY) `/ipfs/QmPnmhaoeYsUDJm1yx7GGQxuoECWA8Vy9T9CqPPcP8HkRY`
#!/bin/bash
ID=`ipfs add -r reports | tail -n1 | tr " " "\n" | head -n2 | tail -n1`
echo $ID
echo "[reports can be found on ipfs](https://gateway.ipfs.io/ipfs/$ID) \`/ipfs/$ID\`" > REPORTS.md
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment