create-janustack 0.1.1

Rapidly scaffold out a new Janustack project.
Documentation

create-janustack

Usage

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

Installation

Bun

bunx create-janustack

Cargo

cargo install create-janustack --locked

cargo create-janustack

Powershell

irm https://raw.githubusercontent.com/janustack/create-janustack/main/scripts/create.ps1 | iex