create-servergen
create-servergen is the npm create wrapper for the servergen CLI.
After this package is published, users can scaffold interactively with:
npm create servergen@latestPass arguments after -- to use the direct CLI path:
npm create servergen@latest -- my-api --skip-installThe wrapper delegates to the installed servergen CLI and passes all arguments through unchanged.