I've done a bit of research just recently and am learning the command line, which has included node and bowser. From the information I've gathered so far, I think you can set up project files. Or maybe I'm wrong. I always set up the same folder/file structure for a project, e.g.:
index.html
/js
jquery.latestversion.js
custom.js
/images
/css
styles.css
bootstrap.css
Now this is where I'm not too sure. I want a way to set up this folder structure, create the files (with predefined snippets inside some) and also download the latest versions of jquery and bootstrap (with specific options, normally only just the grid).
Are there any specific programs/scripts I should be using to do this?