An open API service indexing awesome lists of open source software.

https://github.com/ambientrun/ambientcli


https://github.com/ambientrun/ambientcli

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Ambient CLI

This is the command line tool for [Ambient](https://github.com/AmbientRun/Ambient), the multiplayer game engine.

Installing:

```sh
cargo install ambient
```

Getting started:

```sh
ambient new my_project
cd my_project
ambient run
```

You can always type `ambient --help` for more information.

See the [Ambient documentation](https://ambientrun.github.io/Ambient/) to learn more.

## Managing runtime versions

Internally the cli will download, install and manage runtime binary versions.
Run `ambient runtime --help` to list available commands.

## CLI Source code

The source code for this cli can be found here: https://github.com/AmbientRun/AmbientCli