UNPKG

@storm-software/projen

Version:

Tools for managing Projen configuration automation within a Nx workspace.

23 lines (18 loc) 320 B
// Generated by @storm-software/untyped // Do not edit this file directly export interface InitGeneratorSchema { /** * Directory * * The directory to initialize the workspace in * */ directory?: string, /** * Skip Format * * Skip formatting the generated files * */ skipFormat?: boolean, }