bobp - v0.10.0
    Preparing search index...

    Type Alias LicenseOptions

    Options used to generate a LICENSE file.

    type LicenseOptions = {
        author: string;
        path: string;
        type: string;
        year: string;
    }
    Index

    Properties

    Properties

    author: string

    Author or copyright holder name

    path: string

    Output path for the generated LICENSE file (default: the current working directory)

    type: string

    License type (e.g. MIT)

    year: string

    Year to be inserted into the license text