Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/aplteam/CodeBrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
aplteam committed Apr 18, 2018
2 parents d4f04e6 + d0b46f4 commit 46dfae1
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# CodeBrowser

CodeBrowser allows you to...

## Overview

CodeBrowser allows you to create a stand-alone HTML document with APL code. It's purpose is to provide a tool for documentation and code reviews.

The HTML carries plenty of links. That makes it easy to jump around when reviewing code.

The CSS is optimized for printing the document in order to make it look nice.


## Installation

Make sure that the contents of the zip file goes into a folder that is scanned by Dyalog APL for user commands.

Any newly started instance of Dyalog APL then knows a user commands `]CodeBrowser`.

Enter

```
]?CodeBrowser
```

for how to run the user command (reference)

For a detailed documentation including examples enter

```
]??CodeBrowser
```

The simplest example:

```
]CodeBrowser ⎕se -vib
```

The `-vib` flag stands for `wiew in browser`. This will allow you to see everything in `⎕SE`.

0 comments on commit 46dfae1

Please sign in to comment.