Automatically create subfolders and files on creation of a new project
Hi,
I would like to know if it is possible to automatically create subfolders in my project when it is created, and automaticcaly create files.
For example, i would like to have the following structure :
folder "assets" containing folder "CSS" et folder "JS".
Folder CSS contains "styles.css"
Folder JS contains "script.js".
index.html in root project.
Thank you by advance.
Vincent Fritz
Please sign in to leave a comment.
Hi there,
https://www.jetbrains.com/help/phpstorm/saving-project-as-template.html
Other than that: http://yeoman.io/ -- supported by IDE via separate plugin (for PhpStorm; already bundled with WebStorm)