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
请先登录再写评论。
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)