Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cuhacking/deploy-tool


https://github.com/cuhacking/deploy-tool

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# deploy-tool

A tool to help deploy projects as containers. Written in Rust, because.

## Development

Recommended development platform and tools are Linux and VS Code.

To run the program for development purposes:
```sh
cargo run

# With command line arguments
cargo run -- --port 8888
```

To just build it:
```sh
cargo build
```