summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Power <Aaronepower@users.noreply.github.com>2015-05-26 22:19:00 +0100
committerAaron Power <Aaronepower@users.noreply.github.com>2015-05-26 22:19:00 +0100
commit93a9d85637744ef10a010dc67d822f27860e282f (patch)
tree208925a94c57868f921d27799c81adbc10754a93
parent73c666a7f64695ce60e6570400b9bdd8d1a49c99 (diff)
Create README.md1.0.0
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..07d6974
--- /dev/null
+++ b/README.md
@@ -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`