Sha256: 0fcee6b6d5fc0c8a4f65b2717d34fe36afed5924b9442c6919a1a87d63264ef7
Contents?: true
Size: 1.18 KB
Versions: 6
Compression:
Stored size: 1.18 KB
Contents
# Pullentity::Client This gem provides a simple builder workspace for make pullentity sites with haml and sass ## Installation Add this line to your application's Gemfile: gem 'pullentity-client' And then execute: $ bundle Or install it yourself as: $ gem install pullentity-client ## Usage ### commands Create project pullentity project new your_theme_name Run project pullentity s # or pullentity server since it's a middleman app you can middleman s or middleman server Setup (login, site selection & import data) pullentity setup Setup your credentials pullentity login your@email.com Choose the site you want to export theme. pullentity select_site Export and install the theme for your site. pullentity theme export ## Contributing 1. Fork it 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 new Pull Request # TODO , path for 1.0.0 1. OK upload assets. 2. import data 3. OK setup task (login + select site) 4. OK make default task 5. OK load remote data 6. use mustache server side
Version data entries
6 entries across 6 versions & 1 rubygems