dev-tmpl
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.
Get it!
git clone https://github.com/hontas/dev-tmpl.git
Rename the folder from dev-tmpl
to that of your choosing and cd
into it.
Use it!
npm installnpm start
Roll your own
Fork it!
**Get it!**™, then
git remote add origin https://github.com/{yourUserName}/{yourRepoName}.gitgit remote add upstream https://github.com/hontas/dev-tmpl.git
Keep it in sync
git fetch upstreamgit checkout mastergit merge upstream/master
Configurables
NPM & Bower Dependencies
Specified in utils/dependancy.js
moduleexports = npm: 'gulp' 'gulp-concat' bower: 'font-awesome';
Default answers
Specified in utils/defaults.js