Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 444 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 444 Bytes

Command line for ASTX

Check out ASTX here for more information.

Installation

npm install -g @astx/runtime

Usage

astx run <file> # Run a .astx file
astx compile <input> <output> # Compile a .js file to a .astx file
astx gen <input> <output> # Generate working .js code from a .astx file (not recommended - neither optimized nor human-readable - use for debugging only)