Usage: fastify generate <FOLDER>

Sets up project with `npm init -y` and
generates a sample Fastify project
in the <FOLDER>. Specify `.` to create files in the current working directory.

OPTS

  --esm
      use the ESM template

  --integrate
      overwrite it when the target directory is the current directory (.)

  --lang=ts, --lang=typescript
      use the TypeScript template

  --standardlint
      for JavaScript template, optionally includes linter to fix code style issues
