Answer a few questions and dev-tmpl will
- Setup
package.json&bower.json - Setup git (if you want) and perform the first commit
- Open a browser and take you to the create new repo page @ github
Use it as-is or fork it and build your own tmpl-x on top.
git clone https://github.com/hontas/dev-tmpl.gitRename the folder from dev-tmpl to that of your choosing and cd into it.
npm install
npm start**Get it!**™, then
git remote add origin https://github.com/{yourUserName}/{yourRepoName}.git
git remote add upstream https://github.com/hontas/dev-tmpl.gitKeep it in sync
git fetch upstream
git checkout master
git merge upstream/masterSpecified in utils/dependancy.js
module.exports = {
npm: ['gulp', 'gulp-concat'],
bower: ['font-awesome']
};Specified in utils/defaults.js