bobp - v0.10.0
    Preparing search index...

    Type Alias NextOptions

    Options used to generate a new Next.js project.

    type NextOptions = {
        name: string;
        path: string;
    }
    Index

    Properties

    Properties

    name: string

    Name of the project directory and npm package

    path: string

    Output path for the generated Next.js project (default: the current working directory)