@astx/cli
v1.0.7
Published
Compile and run ASTX files from your command line
Readme
Command line for ASTX
Check out ASTX here for more information.
Installation
npm install -g @astx/cliUsage
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)