Handlebars Helpers

Handlebars Helpers is a library that provides 44 handlebars helpers across 7 categories, it was built to complement cowboyd/handlebars.rb with Ruby helpers commonly found in the Javascript community

As a Ruby Developer, I want to use HandlebarsJS with useful helpers, so that I have a rich templating experience

Development radar

Stories next on list

As a Documentor, I can create usage examples for this GEM, so that I can document the project

As a Developer, I can release a new version of the GEM, so that the updated Gem appears on rubygems and rubydoc

As a Developer, I have flexible and modular formatters, so that I can format data into a new format

Tasks next on list

add support for string_formatter usage via STRING_FORMATTER.md

add gem release rake task

add support for category and helper count to readme.md

Stories and tasks

Stories - completed

As a Developer, I can easily render Handlebar Templates, so that I am more efficient

As a Developer, I can have string case formatting helpers, so that I can generate code and documentation using handlebars

As a Developer, I can alias existing helpers, so that I have helper names that make sense to me

As a Developer, I can load specific groups of helpers, so that memory consumption can be minimized

Tasks - completed

check camel P02E04 has correct formatting

add support for misc helper category

refactor inflections namespace

String tokenizer that formats input strings in a consistent fashion

Setup RubyGems and RubyDoc

Setup GitHub Action (test and lint)

Setup project management, requirement and SCRUM documents

Setup new Ruby GEM