We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77a236 commit 02476f4Copy full SHA for 02476f4
README.md
@@ -63,6 +63,19 @@ The result looks like this:
63
64
If Mercury is unable to find a field, that field will return `null`.
65
66
+Mercury Parser also ships with a CLI, meaning you can use the Mercury Parser
67
+from your command line like so:
68
+
69
+```bash
70
+# Install Mercury globally
71
+yarn global add @postlight/mercury-parser
72
+# or
73
+npm -g install @postlight/mercury-parser
74
75
+# Then
76
+mercury-parser https://postlight.com/trackchanges/mercury-goes-open-source
77
+```
78
79
## License
80
81
Licensed under either of the below, at your preference:
0 commit comments