Version 1
[yaffs-website] / node_modules / grunt-known-options / README.md
diff --git a/node_modules/grunt-known-options/README.md b/node_modules/grunt-known-options/README.md
new file mode 100644 (file)
index 0000000..13e0d79
--- /dev/null
@@ -0,0 +1,16 @@
+# grunt-known-options
+
+These are the known options used in Grunt.
+
+## Installing
+
+```shell
+npm install grunt-known-options --save
+```
+
+## Usage
+
+```js
+var knownOptions = require('grunt-known-options');
+// You now have an object of known Grunt options.
+```