Skip to content

roche-rs/default

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

About

๐Ÿ“š Read this template tutorial! ๐Ÿ“š

This template is designed roche and is used for compiling Rust libraries into docker and publishing the resulting package as knative service.

๐Ÿšด Usage

Use ๐Ÿ‘ roche init default to Clone this Template

Roche uses the excellent cargo-generate under the hood. Learn more about cargo generate here.

roche init default --name my-project
cd my-project

๐Ÿ› ๏ธ Build with roche build

docker login
roche build

๐Ÿ”ฌ Testing the library

roche test --lib

๐Ÿ‘ Running integration tests

docker run -p 8080:8080 name/of/image
cargo test --test '*'

About

default image for roche cli

Resources

License

Stars

Watchers

Forks

Packages

No packages published