generator-jhipster
Version:
Spring Boot + Angular/React/Vue in one handy generator
27 lines (26 loc) • 1.96 kB
JavaScript
/**
* Copyright 2013-2026 the original author or authors from the JHipster project.
*
* This file is part of the JHipster project, see https://www.jhipster.tech/
* for more information.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import BaseApplicationGenerator from "./base-application/index.js";
export { CLIENT_MAIN_SRC_DIR as JAVA_WEBAPP_SOURCES_DIR, CLIENT_MAIN_SRC_DIR as TEMPLATES_WEBAPP_SOURCES_DIR, CLIENT_TEST_SRC_DIR as JAVA_JAVASCRIPT_TEST_DIR, CLIENT_TEST_SRC_DIR as TEMPLATES_JAVASCRIPT_TEST_DIR, GENERATOR_JHIPSTER, JAVA_COMPATIBLE_VERSIONS, JAVA_DOCKER_DIR, JHIPSTER_CONFIG_DIR, JHIPSTER_DEPENDENCIES_VERSION, RECOMMENDED_JAVA_VERSION, RECOMMENDED_NODE_VERSION, SERVER_MAIN_RES_DIR as JAVA_MAIN_RESOURCES_DIR, SERVER_MAIN_RES_DIR as TEMPLATES_MAIN_RESOURCES_DIR, SERVER_MAIN_SRC_DIR as JAVA_MAIN_SOURCES_DIR, SERVER_MAIN_SRC_DIR as TEMPLATES_MAIN_SOURCES_DIR, SERVER_TEST_RES_DIR as JAVA_SERVER_TEST_RESOURCES_DIR, SERVER_TEST_RES_DIR as TEMPLATES_TEST_RESOURCES_DIR, SERVER_TEST_SRC_DIR as JAVA_TEST_SOURCES_DIR, SERVER_TEST_SRC_DIR as TEMPLATES_TEST_SOURCES_DIR, TEMPLATES_DOCKER_DIR, } from "./generator-constants.js";
export * from "./type-utils.js";
class BaseApplicationGeneratorAll extends BaseApplicationGenerator {
}
export { default as GeneratorBase } from "./base/index.js";
export { default as GeneratorBaseCore } from "./base-core/index.js";
export { BaseApplicationGeneratorAll as GeneratorBaseApplication };