Skip to content

A library of helpers for working with html for apps Crystal

License

Notifications You must be signed in to change notification settings

amberframework/jasper-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Jasper::Helpers

A library of helpers for Amber Framework.

Installation

Add this to your application's shard.yml:

dependencies:
  jasper_helpers:
    github: amberframework/jasper-helpers

Usage

require "jasper_helpers"

class ApplicationController < Amber::Controller::Base
  include JasperHelpers
  LAYOUT = "application.slang"
end

Contributing

  1. Fork it ( https://github.com/amberframework/Jasper-Helpers/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

Contributors