https://github.com/wasmcloud/project-templates
wasmCloud project templates - use with 'wash new'
https://github.com/wasmcloud/project-templates
actor-model rust template webassembly webassembly-runtime
Last synced: 6 months ago
JSON representation
wasmCloud project templates - use with 'wash new'
- Host: GitHub
- URL: https://github.com/wasmcloud/project-templates
- Owner: wasmCloud
- Created: 2019-12-04T18:30:27.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T01:38:00.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T07:21:18.346Z (6 months ago)
- Topics: actor-model, rust, template, webassembly, webassembly-runtime
- Language: HTML
- Homepage:
- Size: 274 KB
- Stars: 14
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# wasmCloud project templates
This repository contains some project templates that you can use
to quickly get started on a new project.Try one of the these to start:
- `wash new actor` to create a new actor project,
- `wash new provider` to start a new capability provider project, or
- `wash new interface` to start a new interface project.The wash command has additional online help. Add `--help` to get more
information about any command and its available options.