https://github.com/ambientrun/ambientcli
https://github.com/ambientrun/ambientcli
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ambientrun/ambientcli
- Owner: AmbientRun
- Created: 2023-08-31T10:20:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T08:08:10.000Z (over 2 years ago)
- Last Synced: 2024-12-25T15:13:58.746Z (over 1 year ago)
- Language: Rust
- Size: 167 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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