This is a very basic project archetype completely language and framework agnostic. It provides:
- a basic directory structure
- an .editorconfig (and of course support of your favourite IDE http://editorconfig.org/#download)
- a common .gitignore
- .jshintrc and .jshintignore
- some default files (README, INSTALL, LICENCE, AUTHORS)
- clone the repo
- remove .git
- git --init --shared=group
- edit INSTALL.md, LICENCE, AUTHORS
- configure .jshintrc
- configure .travis.yml
bower init
npm init
bundle init
composer init
touch requirements.txt