UNPKG

@nx/plugin

Version:

This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.

10 lines (9 loc) 589 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./src/generators/create-package/create-package"), exports); tslib_1.__exportStar(require("./src/generators/e2e-project/e2e"), exports); tslib_1.__exportStar(require("./src/generators/executor/executor"), exports); tslib_1.__exportStar(require("./src/generators/generator/generator"), exports); tslib_1.__exportStar(require("./src/generators/plugin/plugin"), exports); tslib_1.__exportStar(require("./src/generators/migration/migration"), exports);