Metadata-Version: 2.1
Name: susc
Version: 0.3.3
Summary: AMOGUS SUS description language compiler
Home-page: https://github.com/amogus-api/susc
Author: portasynthinca3
Author-email: portasynthinca3@gmail.com
License: BSD 3-Clause
Keywords: api,protocol
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.md

# SUS compiler
This repository contains the compiler for the SUS description language. Install it with:
```
pip3 install susc
```

## Usage
```
susc --help
# OR
python3 -m susc --help
```

## Usage (`.ts` file generation)
```
susc --gen-ts [file]
```
This command will make susc watch `[file]` and its dependencies and generate `.ts` for the root one. Extremely useful in combination with `webpack` and `sus-loader`.\
**NOTE**: consider adding this file to your VCS ignore list (e.g. `.gitignore`)

