UNPKG

@nestjsplus/lib-starter

Version:

Boilerplate for building installable NestJS libraries

10 lines (9 loc) 611 B
import { Rule, Tree } from '@angular-devkit/schematics'; export declare function inProjectRoot(host: Tree): boolean; export declare function readWorkspace(host: Tree): any; export declare function readPackageJson(host: Tree): any; export declare function buildPathRelativeToWorkspaceRoot(sourceRoot: any): string; export declare function getWorkspaceRoot(host: Tree): void; export declare function generateFilesFromTemplates(options: any, templateUrl: any, location: any): any; export declare function addRootModuleImportAndMetadata(options: any): any; export declare function addNpmScripts(script: any): Rule;