Skip to content

Restructure directory structure #118

@rainboyan

Description

@rainboyan

Before,

.
├── commands
│   ├── about.groovy
│   ├── assemble.groovy
│   ├── stop-app.groovy
│   └── test-app.groovy
├── docs
│   ├── guide
│   ├── ref
│   └── resources
├── features
│   ├── asset-pipeline
│   ├── async
│   ├── cache
│   ├── database-migration
│   ├── events
│   ├── geb
│   ├── gsp
│   ├── hibernate
│   ├── mongodb
│   └── rest
├── gradle
├── skeleton
├── templates
│   ├── artifacts
│   └── testing
├── README.md
├── build.gradle
├── gradle.properties
├── gradlew
├── gradlew.bat
├── profile.yml
└── settings.gradle

After,

.
├── app
│   ├── commands
│   │   ├── about.groovy
│   │   ├── assemble.groovy
│   │   ├── clean.yml
│   │   ├── compile.yml
│   │   ├── stop-app.groovy
│   │   └── test-app.groovy
│   └── features
│       ├── asset-pipeline
│       ├── async
│       ├── cache
│       └── rest
├── docs
│   ├── guide
│   ├── ref
│   └── resources
├── gradle
│   └── wrapper
├── src
│   └── main
│       ├── skeleton
│       └── templates
├── README.md
├── build.gradle
├── gradle.properties
├── gradlew
├── gradlew.bat
├── profile.yml
└── settings.gradle

Metadata

Metadata

Assignees

Labels

No fields configured for Feature.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions