summaryrefslogtreecommitdiff
path: root/date-fns/examples/lodash-fp/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'date-fns/examples/lodash-fp/README.md')
-rw-r--r--date-fns/examples/lodash-fp/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/date-fns/examples/lodash-fp/README.md b/date-fns/examples/lodash-fp/README.md
new file mode 100644
index 0000000..3e8482c
--- /dev/null
+++ b/date-fns/examples/lodash-fp/README.md
@@ -0,0 +1,23 @@
+# Usage With lodash FP
+
+See [example.js](./example.js) for source code example.
+
+See [package.json scripts](./package.json) for CLI usage.
+
+## Build Example
+
+```sh
+yarn
+yarn run build
+```
+
+See ./dist for output.
+
+## Minimal Build Size
+
+You can see the build size:
+
+```sh
+gzip-size dist/example.min.js | pretty-bytes
+#=> 23.4 kB
+```