Coder Catchup

Episode 011 - Solo: The Proteus Gem Review

Informações:

Synopsis

A gem that sits on top of multiple prototyping/building tools… or as they say "Static site starter kits from your friends at thoughtbot" Checkout Proteus at http://thoughtbot.github.io/proteus/ Currently the gem supports setting up middleman, jekyll and a ready to go gulp file All of the kits also come with a bunch of other nice to haves bundled in such as haml, coffeescript, sass, bourbon, neat and bitters. Simple to get going gem install proteus-kits proteus new middleman your-project-name proteus setup (sets things up for you, dependencies etc) proteus server (runs a local server) proteus deploy (deploys to github pages, awesome)