blackducksoftware / ohcount4j

Line counting and language identification tool
Apache License 2.0
18 stars 8 forks source link

add support for Elixir programming language #27

Closed bschineller closed 8 years ago

bschineller commented 8 years ago

add support for Elixir programming language http://elixir-lang.org/

mpujari commented 8 years ago

We already got support for Elixir, @PeterDP may be we need to update README.md file with the latest lang support (by executing ./ohcount4j -l)

Sample output below for project which uses Elixir.

#./ohcount4j -d ../elixir-array/

Elixir  ../elixir-array/test/test_helper.exs
Elixir  ../elixir-array/test/array_test.exs
Elixir  ../elixir-array/config/config.exs
Elixir  ../elixir-array/mix.exs
Unknown ../elixir-array/README.md
Elixir  ../elixir-array/lib/array.ex
#./ohcount4j ../elixir-array/
                            Ohcount4j Line Count Summary

Language                  Files       Code    Comment  Comment %      Blank      Total
------------------------  -----  ---------  ---------  ---------  ---------  ---------
Elixir                        5        719         33       4.4%        143        895
Unknown                       1         31          0       0.0%         13         44
------------------------  -----  ---------  ---------  ---------  ---------  ---------
Total                         6        750         33       4.2%        156        939
PDegenPortnoy commented 8 years ago

Diane has verified that Elixir is indeed supported and will update the README.md file

PDegenPortnoy commented 8 years ago

Confirmed support for Elixir and update to Readme file