| Crates.io | create-idea-module |
| lib.rs | create-idea-module |
| version | 0.1.3 |
| created_at | 2022-07-20 02:53:54.28383+00 |
| updated_at | 2022-10-29 05:24:03.8492+00 |
| description | Creates a new IntelliJ IDEA module by writing a simple IntelliJ IDEA module file. |
| homepage | https://github.com/nullren/create-idea-module |
| repository | https://github.com/nullren/create-idea-module |
| max_upload_size | |
| id | 628622 |
| size | 17,647 |
Sometimes Intellij will mess up its own module structure. This tool is designed to help you fix that. It will create a module for you and add it to the correct place in the module structure.
USAGE:
create-idea-module [OPTIONS]
OPTIONS:
-h, --help Print help information
-n, --module-name <MODULE_NAME>
-o, --output-directory <OUTPUT_DIRECTORY>
-V, --version Print version
create-idea-module -o ../some-repo -n some-repo
For a project named vanityeth this will create the idea project directory ../vanityeth/.idea as well as the module metadata files needed to give Intellij the correct module structure.