Skip to content

Commit

Permalink
new release with html rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Trismegiste committed Sep 12, 2014
1 parent 6c4a7e9 commit 0f60f3f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $ php mondrian.php d --ignore=tests --ignore=vendor --format=html ./MyPhpProject
```
![html-report](./doc/img/sample-d3js.png)

Note: The genrated html file does not require any dependencies nor a connection.
Note: The generated html file does not require any dependencies nor a connection.

## Ecosystem
Running unit tests with [PHPUnit](https://phpunit.de/getting-started.html)
Expand Down Expand Up @@ -80,11 +80,12 @@ plugin.

Packages used in this project :

* [nikic/php-parser][6]
* [symfony/console][7]
* [alom/graphviz][8]
* [symfony/finder][9]
* [symfony/config][10]
* [nikic/php-parser][6] for parsing PHP
* [symfony/console][7] for creating CLI app with swag
* [alom/graphviz][8] for rendering DOT files
* [symfony/finder][9] for searching files through filesystem
* [symfony/config][10] for managing yaml configuration without headache
* [D3.js](http://d3js.org/) for graph rendering in html
* Phar builded with [Box][11]

## Special thanks
Expand Down
Binary file modified bin/box/mondrian.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"in": ["./src", "./vendor"]
}
],
"files": ["composer.json", "mondrian.php"],
"files": ["composer.json", "mondrian.php", "src/Transform/Format/d3.min.js"],
"main": "bin/box/stub_for_box.php",
"output": "bin/box/mondrian.phar",
"stub": true,
Expand Down

0 comments on commit 0f60f3f

Please sign in to comment.