Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
August 8, 2012 10:45 pm GMT

How Web Developers Can Use Alfred

In this screencast, we’ll use Alfred to create an extension that assists us when creating new projects. As you’ll find, Alfred makes the process of executing predefined shell scripts a cinch.

Choose 720p for the clearest picture.

Final Bash Script

# Copy our Backbone template directory overcd ~/Desktop && mkdir {query} && cd {query}# Begin with our templatecp -R ~/Templates/Backbone/ .# Pull in Backbonecurl https://backbonejs.org/backbone-min.js > assets/js/libs/backbone.js# Pull in Underscorecurl https://underscorejs.org/underscore-min.js > assets/js/libs/underscore.js# Pull in jQuerycurl https://code.jquery.com/jquery.js > assets/js/libs/jquery.js# Open our new project in Sublime Text/Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl .
Final Script



Original Link: http://feedproxy.google.com/~r/nettuts/~3/oHXKEVM5uDI/

Share this article:    Share on Facebook
View Full Article

TutsPlus - Code

Tuts+ is a site aimed at web developers and designers offering tutorials and articles on technologies, skills and techniques to improve how you design and build websites.

More About this Source Visit TutsPlus - Code