README.md in sandi_meter-0.0.4 vs README.md in sandi_meter-0.0.5
- old
+ new
@@ -13,10 +13,11 @@
~~~
gem install sandi_meter
sandi_meter --help
+-g, --graph Create folder and log data to graph
-l, --log Show syntax error and indentation log output
-p, --path PATH Path to folder or file to analyze
-r, --rules Show rules
-h, --help Help
@@ -25,9 +26,15 @@
1. 94% of classes are under 100 lines.
2. 53% of methods are under 5 lines.
3. 98% of methods calls accepts are less than 4 parameters.
4. 21% of controllers have one instance variable per action.
~~~
+
+## HTML mode
+
+Try using gem with `-g (--graph)` option, so it will create a folder with beautiful html output and log file with results of any scan.
+
+![SandiMeter HTML mode](http://cs411325.vk.me/v411325401/6089/OnVtBiuCrRQ.jpg)
## Ruby script mode
~~~ruby
require 'sandi_meter/file_scanner'