Skip to content

janustack/create-janustack

Repository files navigation

create-janustack

Contributor Covenant https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg

Usage

To get started using create-janustack run of the below commands in the folder you'd like to setup your project.

Installation

Bun

bun create janustack

Cargo

cargo install create-janustack --locked
cargo create-janustack

Versioning

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