8000 GitHub - keeyzar/ddddirectory: IntelliJ idea plugin for easy directory generation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

keeyzar/ddddirectory

Repository files navigation

DDD directory structure creator

Table of Contents

This is a simple plugin, which lets you create a directory structure for your project. Mark an existing directory as a root directory, and all the child directory names are saved. You can now create a new directory like that.

For example:

- root
-- child1
--- grandchild1_1
--- grandchild1_2
-- child2
-- target

Now you mark root as root, go to another directory(e.g. target), press Alt+Insert and select "Create directory structure". This is the new structure

- root
-- child1
--- grandchild1_1
--- grandchild1_2
-- child2
-- target
--- child1 # new
---- grandchild1_1 # new
---- grandchild1_2 # new
--- child2 # new
--- target # new

Install

  1. Either search in plugins for Directory Creator and install it or download it from the [plugin repository](https://plugins.jetbrains.com/plugin/24046-directory-creator)

About

IntelliJ idea plugin for easy directory generation

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0