@yr-lang/yr 0.3.4 → 0.3.5

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.
Files changed (2) hide show
  1. package/README.md +11 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,6 +16,16 @@ The goal of `yr` is to:
16
16
 
17
17
  For more information on how to use the `yr` API or syntax description with examples, read the [docs](https://github.com/yr-lang/docs) for concise explanation or [Yrci](https://github.com/yr-lang/yr/tree/main/lib/Yrci) for code snippets.
18
18
 
19
- # License
19
+ # Try It
20
+
21
+ Go to [Yrkit App](https://app.yrkit.com) and test the free version of the official app. There you can create `.yr` files or just use the IDE. The premium versions includes visual builders and other tools, so you can create your projects faster.
22
+
23
+ ## Official Tools
24
+
25
+ - **yr-cli** — Command line tools: build, serve, deploy → [npm](https://npmjs.com/package/@yr-lang/yr-cli) · [GitHub](https://github.com/yr-lang/yr-cli)
26
+ - **Yrkit** — Cloud IDE built on Yr → [yrkit.com](https://yrkit.com)
27
+ - **Docs** → [yr-lang.org/docs](https://yr-lang.org/docs)
28
+
29
+ # License
20
30
 
21
31
  Read the LICENSE for information on how to use or distribute this software. This license should always be available.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yr-lang/yr",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Yr is a modern structural language and parser",
5
5
  "main": "./node.js",
6
6
  "exports": {