fgk 0.1.1

CLI for scaffolding and packaging Foglet door games.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# fgk

`fgk` is the operator and author CLI for `foglet-game-kit-rs`.

It provides:

- `fgk new` to scaffold a new Foglet door game project
- `fgk emit-manifest` to generate Foglet operator manifest JSON
- `fgk package` to assemble a deployable bundle

The published crate ships the CLI and its support library. Repository
examples such as `murder_motel` remain checkout-only fixtures rather
than part of the crates.io package.