generator-begcode
Version:
Spring Boot + Angular/React/Vue in one handy generator
13 lines (12 loc) • 494 B
JavaScript
export { default as getGenerator } from './get-generator.js';
export * from './helpers.js';
export * from './github.js';
export * from './github-group.js';
export * from './github-matrix.js';
export * from './sample-config.js';
export * from './support/application-samples.js';
export * from './support/client-samples.js';
export * from './support/entity-samples.js';
export * from './support/matrix-utils.js';
export * from './support/matcher.js';
export * from './support/server-samples.js';