From b72e74e0d3c33a6a15823098579be8bdf7002692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Tue, 18 Nov 2014 22:27:10 +0100 Subject: [PATCH] Init --- bin/cli.js | 2 ++ html/1416302062861.html | 1 + lib/yellowlabtools.js | 10 ++++++++++ 3 files changed, 13 insertions(+) create mode 100644 bin/cli.js create mode 100644 html/1416302062861.html create mode 100644 lib/yellowlabtools.js diff --git a/bin/cli.js b/bin/cli.js new file mode 100644 index 0000000..eb109ab --- /dev/null +++ b/bin/cli.js @@ -0,0 +1,2 @@ +'use strict'; + diff --git a/html/1416302062861.html b/html/1416302062861.html new file mode 100644 index 0000000..78915d3 --- /dev/null +++ b/html/1416302062861.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/yellowlabtools.js b/lib/yellowlabtools.js new file mode 100644 index 0000000..f15a41e --- /dev/null +++ b/lib/yellowlabtools.js @@ -0,0 +1,10 @@ + + + +var YellowLabTools = function() { + 'use strict'; + + +}; + +module.exports = YellowLabTools; \ No newline at end of file