UNPKG

@nx/docker

Version:

The Nx Plugin for Docker to aid in containerizing projects.

8 lines (7 loc) 187 B
export interface InitGeneratorSchema { rootProject?: boolean; keepExistingVersions?: boolean; updatePackageScripts?: boolean; skipFormat?: boolean; skipPackageJson?: boolean; }