~ Name:
~ ~~~~~
~ idealize -- Create all IntelliJ Idea configuration files
~
~ Alias:
~ ~~~~~
~ idea
~ 
~ Synopsis:
~ ~~~~~~~~~
~ play idealize [app_path] [--deps] [--%fwk_id]
~
~ Description:
~ ~~~~~~~~~~~~
~ Create all needed configuration file to make the application hosted at the app_path directory an IntelliJ Idea project.
~ If app_path is omitted, the current directory is used.
~
~ Options:
~ ~~~~~~~~~
~ --deps: 
~ Resolve and install dependencies before running the command.
~
~ --%fwk_id:
~ Use this ID to run the application (override the default framework ID)
~
