Go to file
Tyr Chen 9f19406f5a
chore: add readme and github workflow
2024-01-20 10:43:43 -08:00
_github/workflows chore: add readme and github workflow 2024-01-20 10:43:43 -08:00
crates feature: init the project with basic skeleton 2024-01-20 10:38:35 -08:00
smithy feature: init the project with basic skeleton 2024-01-20 10:38:35 -08:00
.gitignore feature: init the project with basic skeleton 2024-01-20 10:38:35 -08:00
Cargo.lock feature: init the project with basic skeleton 2024-01-20 10:38:35 -08:00
Cargo.toml feature: init the project with basic skeleton 2024-01-20 10:38:35 -08:00
Makefile feature: init the project with basic skeleton 2024-01-20 10:38:35 -08:00
README.md chore: add readme and github workflow 2024-01-20 10:43:43 -08:00
test.http feature: init the project with basic skeleton 2024-01-20 10:38:35 -08:00

README.md

Smithy template

Use this template to create a new Smithy project:

cargo generate tyrchen/smithy-template

Then rename _github to .github and change the smithy files, Cargo.toml as you like.

If you don't have cargo-generate installed, please install it first.