Skip to content

Commit cfc9afc

Browse files
Update README.md to include ASTX command line usage and installation instructions
1 parent 4a033d5 commit cfc9afc

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
# node-runner-template
2-
This is a template for creating basic executable node projects
1+
# Command line for ASTX
2+
Check out ASTX [here](https://github.com/TheRealFloatDev/astx) for more information.
33

4-
## License
5-
This project is proprietary and unlincensed. You may not use this project without the express permission of the author.
4+
## Installation
5+
```bash
6+
npm install -g @astx/runtime
7+
```
8+
9+
## Usage
10+
```bash
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

Comments
 (0)