lingo.dev 0.111.15 → 0.111.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -1
- package/build/cli.cjs +180 -134
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +71 -25
- package/build/cli.mjs.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -28,7 +28,13 @@
|
|
|
28
28
|
<img src="https://img.shields.io/github/last-commit/lingodotdev/lingo.dev" alt="Last Commit" />
|
|
29
29
|
</a>
|
|
30
30
|
<a href="https://lingo.dev/en">
|
|
31
|
-
<img src="https://img.shields.io/badge/Product%20Hunt-%231%
|
|
31
|
+
<img src="https://img.shields.io/badge/Product%20Hunt-%231%20DevTool%20of%20the%20Month-orange?logo=producthunt&style=flat-square" alt="Product Hunt #1 DevTool of the Month" />
|
|
32
|
+
</a>
|
|
33
|
+
<a href="https://lingo.dev/en">
|
|
34
|
+
<img src="https://img.shields.io/badge/Product%20Hunt-%231%20Product%20of%20the%20Week-orange?logo=producthunt&style=flat-square" alt="Product Hunt #1 DevTool of the Week" />
|
|
35
|
+
</a>
|
|
36
|
+
<a href="https://lingo.dev/en">
|
|
37
|
+
<img src="https://img.shields.io/badge/Product%20Hunt-%232%20Product%20of%20the%20Day-orange?logo=producthunt&style=flat-square" alt="Product Hunt #2 Product of the Day" />
|
|
32
38
|
</a>
|
|
33
39
|
<a href="https://lingo.dev/en">
|
|
34
40
|
<img src="https://img.shields.io/badge/GitHub-Trending-blue?logo=github&style=flat-square" alt="Github trending" />
|