Create README.md

This commit is contained in:
Aaron Power 2015-05-26 22:19:00 +01:00
parent 73c666a7f6
commit 93a9d85637

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# rusty-cloc
A CLOC(Count Lines Of Code) program, written in Rust.
# Options
`--exclude-dir` exclude one, or more directories from the search.
###### Example
`rusty-cloc --exclude-dir=node_modules`
Will ignore everything within a folder named `node_modules`