0.0.7 • Published 7 years ago

@magnet.me/flow-web-logger v0.0.7

Weekly downloads
94
License
Apache-2.0
Repository
github
Last release
7 years ago

Utility to render the output of flow into an interactive webpage.

The main goal of this utility is to make it easier to navigate through flow errors: on larger projects minor errors can often result in hundreds of lines of errors, making it difficult to filter this down to the root cause. The HTML render of these errors allows for collapsing parts of the error trees, which makes it much easier to navigate them.

Usage:

flow --json | flow-web-logger [--root <root>] > error-page.html

If the optional parameter --root is set then all paths will be printed relative to the root directory.

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago