Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.
Haim Ashkenazi edited this page May 13, 2013 · 14 revisions

main window

Ayler is a web based namespace browser that's capable of displaying source code and docstrings for the namespaces/vars in your classpath. It's main features are:

  • Requires minimal (or no) dependencies in your project. It operates by connecting to a running nrepl.
  • Displays all loaded namespaces.
  • Displays all public member for a selected namespace.
  • Displays docstring for selected namespace.
  • Displays the docstring and source of selected var.
  • Allows you to search and load any namespace from a list of all namespaces in your classpath (provided you've added required dependencies).

Information

Clone this wiki locally