bobp - v0.10.0
    Preparing search index...

    Type Alias ElectronOptions

    Options used to generate a new Electron project.

    type ElectronOptions = {
        name: string;
        path: string;
        productName: string;
    }
    Index

    Properties

    Properties

    name: string

    Name of the project directory and npm package

    path: string

    Output path for the generated Electron project (default: the current working directory)

    productName: string

    Name of the application