dev: namespace

Develop and debug Origami projects

Commands by name #

dev:
audit(tree)
Identify broken internal links and references
dev:
breakpoint(a)
Break into the JavaScript debugger, then return a
dev:
changes(old, new)
Return a tree of changes
dev:
crawl(tree, base)
A tree of a site’s discoverable resources
dev:
debug(tree)
Add debug features to the tree
dev:
explore()
Explore the current scope [when run in browser]
dev:
log(a, message)
Log message to the console and return a
dev:
serve(tree, port)
Start a web server for the tree
dev:
svg(tree, options)
Render a tree visually in SVG format
dev:
watch(tree, fn)
Reevaluate fn when tree changes