We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a033d5 commit cfc9afcCopy full SHA for cfc9afc
README.md
@@ -1,5 +1,13 @@
1
-# node-runner-template
2
-This is a template for creating basic executable node projects
+# Command line for ASTX
+Check out ASTX [here](https://github.com/TheRealFloatDev/astx) for more information.
3
4
-## License
5
-This project is proprietary and unlincensed. You may not use this project without the express permission of the author.
+## Installation
+```bash
6
+npm install -g @astx/runtime
7
+```
8
+
9
+## Usage
10
11
+astx run <file> # Run a .astx file
12
+astx compile <input> <output> # Compile a .js file to a .astx file
13
0 commit comments