Scaffold a new T package
Generates the directory structure and boilerplate files for a new T
language package. Creates a DESCRIPTION.toml,
flake.nix, README.md, and an initial test
setup.
ScaffoldOptions): The options
provided via CLI (name, author, license, etc.).Ok(()) or an error message.