UNPKG

@nx/expo

Version:

The Expo Plugin for Nx contains executors and generators for managing and developing an expo application within your workspace. For example, you can directly build for different target platforms as well as generate projects and publish your code.

14 lines (13 loc) 1.24 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withNxMetro = exports.expoComponentGenerator = exports.expoLibraryGenerator = exports.expoApplicationGenerator = exports.expoInitGenerator = void 0; var init_1 = require("./src/generators/init/init"); Object.defineProperty(exports, "expoInitGenerator", { enumerable: true, get: function () { return init_1.expoInitGenerator; } }); var application_1 = require("./src/generators/application/application"); Object.defineProperty(exports, "expoApplicationGenerator", { enumerable: true, get: function () { return application_1.expoApplicationGenerator; } }); var library_1 = require("./src/generators/library/library"); Object.defineProperty(exports, "expoLibraryGenerator", { enumerable: true, get: function () { return library_1.expoLibraryGenerator; } }); var component_1 = require("./src/generators/component/component"); Object.defineProperty(exports, "expoComponentGenerator", { enumerable: true, get: function () { return component_1.expoComponentGenerator; } }); var with_nx_metro_1 = require("./plugins/with-nx-metro"); Object.defineProperty(exports, "withNxMetro", { enumerable: true, get: function () { return with_nx_metro_1.withNxMetro; } });