To get started using create-janustack
run of the below commands in the folder you'd like to setup your project.
bun create janustack
cargo install create-janustack --locked
cargo create-janustack
Delete the Local Tag:
git tag -d v0.1.0
(Optional) Delete the Remote Tag:
git push -d origin v0.1.0
Re-create the Tag and Push:
git tag v0.1.0
git push origin v0.1.0