Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 870 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 870 Bytes

Imgur

Par stack

PAR is a framework for an easy starting point with PostgreSQL, Angular.Js, and Rails based applications. It is designed to give you a quick and organized way to start developing PAR based web apps with useful modules pre-bundled and configured.

Website

Visit Website

Installation

Add this line to your application's Gemfile:

Install it yourself as:

$ gem install parstack

Usage

$ parstack new <PROJECT NAME> 
$ cd <PROJECT NAME>
$ bundle install 

Contributing

  1. Fork it ( https://github.com/[my-github-username]/parstack/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request