Search

6/04/2013

Paul Irish on Web Application Development Workflow

Paul Irish on Web Application Development Workflow

dot files - https://github.com/paulirish/dotfiles (check bash_prompt) snap a photo after commit - brew install imagesnap - post-commit hook #!/usr/bin/env ruby file="~/.gitshots/#{Time.now.to_i}.jpg" puts "Taking capture into #{file}" system "imagesnap -q -w 3 #{file}" exit 0 ssh config Host dev HostName dev.example.com port 22000 User foley Generators - Generators scaffold out entire projects, or argument existing ones - Flexible: . remotely pulling and filtering dependencies . wiring, so boilerplate minimization++ . sub-generators for creating new models, views etc. - Default generators: Ember, Backbone, Angular, Mocha, Jasmine…

沒有留言: