gen-jhipster
Version:
Spring Boot + Angular/React/Vue in one handy generator
79 lines (78 loc) • 4.38 kB
TypeScript
/**
* Copyright 2013-2024 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.
*/
export declare const GENERATOR_ANGULAR = "angular";
export declare const GENERATOR_APP = "app";
export declare const GENERATOR_BASE = "base";
export declare const GENERATOR_BASE_APPLICATION = "base-application";
export declare const GENERATOR_BASE_CORE = "base-core";
export declare const GENERATOR_BASE_ENTITY_CHANGES = "base-entity-changes";
export declare const GENERATOR_BASE_WORKSPACES = "base-workspaces";
export declare const GENERATOR_BOOTSTRAP = "bootstrap";
export declare const GENERATOR_BOOTSTRAP_APPLICATION = "bootstrap-application";
export declare const GENERATOR_BOOTSTRAP_APPLICATION_BASE = "bootstrap-application-base";
export declare const GENERATOR_BOOTSTRAP_APPLICATION_CLIENT = "bootstrap-application-client";
export declare const GENERATOR_BOOTSTRAP_APPLICATION_SERVER = "bootstrap-application-server";
export declare const GENERATOR_BOOTSTRAP_WORKSPACES = "bootstrap-workspaces";
export declare const GENERATOR_CI_CD = "ci-cd";
export declare const GENERATOR_CLIENT = "client";
export declare const GENERATOR_COMMON = "common";
export declare const GENERATOR_CUCUMBER = "cucumber";
export declare const GENERATOR_CYPRESS = "cypress";
export declare const GENERATOR_DOCKER = "docker";
export declare const GENERATOR_DOCKER_COMPOSE = "docker-compose";
export declare const GENERATOR_ENTITIES = "entities";
export declare const GENERATOR_ENTITY = "entity";
export declare const GENERATOR_EXPORT_JDL = "export-jdl";
export declare const GENERATOR_FEIGN_CLIENT = "feign-client";
export declare const GENERATOR_GATLING = "gatling";
export declare const GENERATOR_GENERATE_BLUEPRINT = "generate-blueprint";
export declare const GENERATOR_GIT = "git";
export declare const GENERATOR_GRADLE = "gradle";
export declare const GENERATOR_HEROKU = "heroku";
export declare const GENERATOR_INFO = "info";
export declare const GENERATOR_INIT = "init";
export declare const GENERATOR_JAVA = "java";
export declare const GENERATOR_JDL = "jdl";
export declare const GENERATOR_KUBERNETES = "kubernetes";
export declare const GENERATOR_KUBERNETES_HELM = "kubernetes-helm";
export declare const GENERATOR_KUBERNETES_KNATIVE = "kubernetes-knative";
export declare const GENERATOR_LANGUAGES = "languages";
export declare const GENERATOR_LIQUIBASE = "liquibase";
export declare const GENERATOR_MAVEN = "maven";
export declare const GENERATOR_PROJECT_NAME = "project-name";
export declare const GENERATOR_REACT = "react";
export declare const GENERATOR_SERVER = "server";
export declare const GENERATOR_SPRING_BOOT = "spring-boot";
export declare const GENERATOR_SPRING_CACHE = "spring-cache";
export declare const GENERATOR_SPRING_CLOUD_STREAM = "spring-cloud-stream";
export declare const GENERATOR_SPRING_DATA_CASSANDRA = "spring-data-cassandra";
export declare const GENERATOR_SPRING_DATA_COUCHBASE = "spring-data-couchbase";
export declare const GENERATOR_SPRING_DATA_ELASTICSEARCH = "spring-data-elasticsearch";
export declare const GENERATOR_SPRING_DATA_MONGODB = "spring-data-mongodb";
export declare const GENERATOR_SPRING_DATA_NEO4J = "spring-data-neo4j";
export declare const GENERATOR_SPRING_DATA_RELATIONAL = "spring-data-relational";
export declare const GENERATOR_SPRING_WEBSOCKET = "spring-websocket";
export declare const GENERATOR_UPGRADE = "upgrade";
export declare const GENERATOR_VUE = "vue";
export declare const GENERATOR_WORKSPACES = "workspaces";
export declare const GENERATOR_VAUTHZ = "vauthz";
export declare const GENERATOR_APISIX = "apisix";
export declare const GENERATOR_GRPC = "grpc";
export declare const GENERATOR_SPRING_GRPC = "spring-grpc";
export declare const GENERATOR_JASYPT = "jasypt";