Sha256: fd5b22165fe366bc222561a6840f037dc8dc86bcc3b9421e6be4e6d15024a88b
Contents?: true
Size: 186 Bytes
Versions: 26
Compression:
Stored size: 186 Bytes
Contents
#!/usr/bin/env bash echo '# http://www.webgraphviz.com/' echo 'digraph json {' ix json-paths-pretty | awk '{print $2}' | ix prefix ' root.' | sed 's/\./ -> /g' | ix suffix ';' echo '}'
Version data entries
26 entries across 26 versions & 1 rubygems