No commit activity in last 3 years
No release in over 3 years
Easy_html_creator is a gem that makes developing static HTML websites easy and joyful. Once you learned the joy of haml or sass, it get boring to program in 'plain old' html and css. Using our Gem you could generate and maintain multiple static websites and program them in your preferred languages. Currently supported by our fast and lightweight re-generation server: HAML, Sass (with bootstarp) and CoffeeScript. We also included the 'actionview' gem, to enable the use of rails standard functions like 'text_field_tag'.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

easy_html_creator

easy_html_creator is a gem that makes developing static HTML websites easy and joyful.

Once you learned the joy of haml or sass, it get boring to program in "plain old" html and css.

Using our Gem you could generate and maintain multiple static websites and program them in your preferred languages.

Currently supported by our fast and lightweight re-generation server:

  • HAML
  • Sass (with bootstarp)
  • CoffeeScript

We also included the "actionview" gem, to enable the use of rails standard functions like "text_field_tag".

Extended doumentation, can be found here: http://easyhtmlcreator.bplaced.net

Installation

Add folliwing to your Gemfile

gem 'easy_html_creator'

than run

bundle install

Usage

ehc init This command will generate a sample dev_root and web_root folder

ehc generate This command will generate all the files

ehc server [--ip-adres 127.0.0.1] [--port 5678] This command will start a webserver with will automatically regenerate all the files

TODO

Stats

Gem Version

Credits

Files are located in the first commit and/or version 0.0.1

Contributing

  1. Fork it ( https://github.com/dennisvandehoef/easy_gravatar/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. Make sure the test walk trough (rake test)
  6. Create a new Pull Request