Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

thoughtbot/proteus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proteus

Proteus is a collection of useful starter kits to help you prototype faster. They follow the thoughtbot styleguide and includes our favorite front-end development tools.

Kits

Installation

  1. Install the Proteus gem using the RubyGems package manager:
gem install proteus-kits
  1. Then kick off a new project with the kit you want to use (i.e. Middleman):
proteus new middleman your-project-name

Shortcuts

We’ve also included some handy shortcuts with Proteus:

  • Install dependencies and clear the Git remote:

    proteus setup
  • Start the kit-specific server (i.e. bundle exec middleman server):

    proteus server
  • Run the kit-specific deploy (i.e. middleman deploy):

    proteus deploy

Credits

thoughtbot

Proteus is maintained and funded by thoughtbot, inc. Thank you to all of the contributors!

License

Copyright © 2014–2015 thoughtbot, inc. Proteus is free software, and may be redistributed under the terms specified in the license.

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages