this nushell module lets you list the top 100 contributors of a repository or a list of multiple repositories.
- load the module
> use mod.nu *- get the five biggest contributors to
nushell/nushell
💡 Note
greatly inspired by Reading binary data with Nushell
you can run something like this
git clone [email protected]:a2d45c6a804d61280a31a9ffc4b69910.git ~/gists/a2d45c6a804d61280a31a9ffc4b69910
| /* | |
| * Construction of the blocks with IPLD | |
| */ | |
| var ipld = require('ipld') | |
| var obj1 = { "data": "Hello " } | |
| var obj1Data = ipld.marshal(obj1) | |
| var obj1Hash = ipld.multihash(obj1Data) |