commit a8f2118fd75a5fb111c6456e67f7682e8b553a17 Author: Brett Langdon Date: Wed Jun 13 18:53:39 2012 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7dccd97 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +lib-cov +*.seed +*.log +*.csv +*.dat +*.out +*.pid +*.gz + +pids +logs +results + +node_modules +npm-debug.log \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..67582c4 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +node-kestrel +============ + +Kestrel client module for NodeJS \ No newline at end of file