dev-tmpl

1.0.8 • Public • Published

dev-tmpl

Build Status Dependency Status

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 install
npm start

Roll your own

Fork it!

**Get it!**™, then

git remote add origin https://github.com/{yourUserName}/{yourRepoName}.git
git remote add upstream https://github.com/hontas/dev-tmpl.git

Keep it in sync

git fetch upstream
git checkout master
git merge upstream/master

Configurables

NPM & Bower Dependencies

Specified in utils/dependancy.js

module.exports = {
    npm: ['gulp', 'gulp-concat'],
    bower: ['font-awesome']
};
Default answers

Specified in utils/defaults.js

Dependencies (6)

Dev Dependencies (2)

Package Sidebar

Install

npm i dev-tmpl

Weekly Downloads

1

Version

1.0.8

License

MIT

Last publish

Collaborators

  • hontas