File Explorer

/var/lang/lib/node_modules/npm/node_modules/archy/examples

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

0 dirs
2 files
multi_line.js414 B · 26 lines
var archy = require('../'); var s = archy({  label : 'beep\none\ntwo',  nodes : [    'ity',    {      label : 'boop',      nodes : [        {          label : 'o_O\nwheee',          nodes : [            {              label : 'oh',              nodes : [ 'hello', 'puny\nmeat' ]            },            'creature'          ]        },        'party\ntime!'      ]    }  ]});console.log(s);