I'm wanting to add a New Project template that will create a file/folder structure, download specific libraries, etc. I know there's maven and other tools like this, but what if I always need Twitter Bootstrap, EmberJS, and other front-end files? Or, if I want to create a new Java project with the src folder like src/main/java? Is there a mechanism for this?
↧