Skip to content

A collection of useful starter kits to help you prototype faster

License

Notifications You must be signed in to change notification settings

romulomachado/proteus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 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

Contributing

If you'd like to contribute a feature or bugfix: Thanks! To make sure your fix/feature has a high chance of being included, please read the following guidelines:

  1. Fork the repository
  2. Make your changes
  3. Push your branch to your fork
  4. Post a pull request.

Please see CONTRIBUTING.md for more details on contributing and running test.

Thank you to all the contributors!

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.

About

A collection of useful starter kits to help you prototype faster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%