UNPKG

@yolkai/nx-schematics

Version:

Extensible Dev Tools for Monorepos: Schematics

14 lines (13 loc) 315 B
{ "name": "nx", "version": "0.1", "extends": "@yolkai/nx-angular", "schematics": { "ng-add": { "factory": "./schematics/ng-add/ng-add", "schema": "./schematics/ng-add/schema.json", "description": "Convert an existing CLI project into an Nx Workspace", "hidden": true } } }