rung: (Ru)st + A(ng)ular

Useful command-line tools for Angular projects written in Rust.

Commands:

Help

Use the --help argument to get more details about the program or specific command:

shell rung --help rung <command> --help

Serve

Runs a lightweight web server.

Usage:

```shell rung serve [OPTIONS]

OPTIONS: -h, --host Host address [default: 127.0.0.1] -p, --port Port number [default: 8080] ```

You can get more details by running the following command:

shell rung serve --help

Examples:

```shell

serves application at http://localhost:8081

rung serve ./dist/app1 -p 8081 ```

Check JSON

Verifies that the JSON file is valid based on the JSON schema.

Usage:

```shell rung check json --file --template