Manage your Next app development.

Common commands:

  next create <output directory>
    Create a new next project in the specified directory.

  next run [options]
    Run your Next application.

Usage: next <command> [arguments]

Global options:
-h, --help                  Print this usage information.
-v, --version               Reports the version of this tool.

Available commands:
  build                    Next build commands.
  create                   Create a new Next project.
  doctor                   Show information about the installed tooling.
  run                      Run your Next app on an attached device.
  test                     Run Next unit tests for the current project.
  upgrade                  Upgrade your copy of Next.
  version                  List or switch Next versions.

Run "next help <command>" for more information about a command.
Run "next help -v" for verbose help output, including less commonly used
options.