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


```bash
bunx create-janustack
```

### Cargo


```bash
cargo install create-janustack --locked
cargo create-janustack
```

### Powershell


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