create-idea-module

Crates.iocreate-idea-module
lib.rscreate-idea-module
version0.1.3
sourcesrc
created_at2022-07-20 02:53:54.28383
updated_at2022-10-29 05:24:03.8492
descriptionCreates a new IntelliJ IDEA module by writing a simple IntelliJ IDEA module file.
homepagehttps://github.com/nullren/create-idea-module
repositoryhttps://github.com/nullren/create-idea-module
max_upload_size
id628622
size17,647
Renning Bruns (nullren)

documentation

https://github.com/nullren/create-idea-module

README

create-idea-module

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

Example

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.

Future work

  • Make this a little more flexible—not every project is a rust module.
  • Multiple modules per project.
  • Specify module files location separate from project directory.
Commit count: 14

cargo fmt