You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,5 +10,5 @@ npm install -g @astx/runtime
10
10
```bash
11
11
astx run <file># Run a .astx file
12
12
astx compile <input><output># Compile a .js file to a .astx file
13
-
astx gen <input><output># Generate working .js code from a .astx file (not recommended - neither optimized nor human-readable)
13
+
astx gen <input><output># Generate working .js code from a .astx file (not recommended - neither optimized nor human-readable - use for debugging only)
0 commit comments